예제 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('salesrule/rule_condition_product_found');
 }
예제 #2
0
파일: Found.php 프로젝트: nemphys/magento2
 public function __construct()
 {
     parent::__construct();
     $this->setType('Mage_SalesRule_Model_Rule_Condition_Product_Found');
 }
예제 #3
0
 /**
  * Initialize model
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('amlanding/filter_condition_combine');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('salesrule/rule_condition_product_subselect')->setValue(null);
 }
예제 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('Mage_SalesRule_Model_Rule_Condition_Product_Subselect')->setValue(null);
 }
예제 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('xtento_orderexport/export_condition_product_subselect')->setValue(null);
 }
예제 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('followupemail/followupemailrulerule_condition_product_subselect')->setValue(null);
 }
예제 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('mageworx_multifees/fee_condition_product_combine');
 }
예제 #9
0
파일: Found.php 프로젝트: santhosh400/ecart
 public function __construct()
 {
     parent::__construct();
     $this->setType('followupemail/followupemailrule_rule_condition_product_found');
 }