/** * Constructor * * @access public * @return void */ function __construct() { parent::__construct(); $this->title = lang('order_total_subtotal_title'); $this->description = lang('order_total_subtotal_description'); $this->status = isset($this->config['MODULE_ORDER_TOTAL_SUBTOTAL_STATUS']) && $this->config['MODULE_ORDER_TOTAL_SUBTOTAL_STATUS'] == 'true' ? TRUE : FALSE; $this->sort_order = isset($this->config['MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER']) ? $this->config['MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER'] : NULL; }
/** * Constructor * * @access public */ function __construct() { parent::__construct(); $this->code = 'low_order_fee'; $this->title = lang('order_total_loworderfee_title'); $this->description = lang('order_total_loworderfee_description'); $this->status = isset($this->config['MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS']) && $this->config['MODULE_ORDER_TOTAL_LOWORDERFEE_STATUS'] == 'true' ? TRUE : FALSE; $this->sort_order = isset($this->config['MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER']) ? $this->config['MODULE_ORDER_TOTAL_LOWORDERFEE_SORT_ORDER'] : 0; }