Ejemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('easyshippingrules/rule_condition_product_found');
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('mageworx_multifees/fee_condition_product_found');
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('xtento_orderexport/export_condition_product_found');
 }
Ejemplo n.º 4
0
 public function getConditions()
 {
     return ($conditions = parent::getConditions()) ? $conditions : array();
 }