You are here

function uc_product_handler_field_buyitnow::query in Ubercart 7.3

Same name and namespace in other branches
  1. 6.2 uc_product/views/uc_product_handler_field_buyitnow.inc \uc_product_handler_field_buyitnow::query()

Overrides views_handler_field::query().

Overrides views_handler_field::query

File

uc_product/views/uc_product_handler_field_buyitnow.inc, line 16
Views handler: Simpler "Add to cart" form as a field.

Class

uc_product_handler_field_buyitnow
Displays the simpler Add to cart form like the catalog.

Code

function query() {
  $this
    ->ensure_my_table();
  $this
    ->add_additional_fields();
}