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
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_couponcode');
     $this->setValue(1);
 }