コード例 #1
0
ファイル: Found.php プロジェクト: ksaltik/tooldexlive
 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
ファイル: Combine.php プロジェクト: CE-Webmaster/CE-Hub
 /**
  * Initialize model
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('amlanding/filter_condition_combine');
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('salesrule/rule_condition_product_subselect')->setValue(null);
 }
コード例 #5
0
ファイル: Subselect.php プロジェクト: natxetee/magento2
 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
ファイル: Subselect.php プロジェクト: santhosh400/ecart
 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');
 }