コード例 #1
0
ファイル: Special.php プロジェクト: jpbender/mage_virtual
 /**
  * Set condition type and value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/actions_condition_product_special');
     $this->setValue(null);
 }
コード例 #2
0
ファイル: Attributes.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_attributes');
     $this->setValue(null);
 }
コード例 #3
0
ファイル: Product.php プロジェクト: xiaoguizhidao/devfashion
 public function __construct()
 {
     parent::__construct();
     $this->setType('xtento_orderexport/export_condition_product');
 }
コード例 #4
0
ファイル: Attributes.php プロジェクト: jpbender/mage_virtual
 /**
  * Set condition type and value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/rule_condition_product_attributes');
     $this->setValue(null);
 }
コード例 #5
0
ファイル: Product.php プロジェクト: tschifftner/Magento-MEP
 public function __construct()
 {
     parent::__construct();
     $this->setJsFormObject('mep_conditions_fieldset');
 }
コード例 #6
0
ファイル: Product.php プロジェクト: AleksNesh/pandora
 public function __construct()
 {
     parent::__construct();
     $this->setType('urapidflow/rule_condition_product');
 }
コード例 #7
0
ファイル: Attributes.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_attributes');
     $this->setValue(null);
 }