コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_sku');
     $this->setValue(null);
 }
コード例 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_sharing');
     $this->setValue(1);
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_quantity');
     $this->setValue(null);
 }
コード例 #4
0
ファイル: Couponcode.php プロジェクト: jpbender/mage_virtual
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_couponcode');
     $this->setValue(1);
 }