public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_sku');
     $this->setValue(null);
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_sharing');
     $this->setValue(1);
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_quantity');
     $this->setValue(null);
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_cart_couponcode');
     $this->setValue(1);
 }