You are here

function uc_order_handler_field_order_cost::construct in Ubercart 7.3

Constructor.

Overrides views_handler_field::construct

File

uc_order/views/uc_order_handler_field_order_cost.inc, line 16
Order total cost field handler.

Class

uc_order_handler_field_order_cost
Field handler: displays the total cost of an order.

Code

function construct() {
  parent::construct();
  $this->additional_fields['order_id'] = 'order_id';
}