public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_couponcode');
     $this->setValue(1);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_itemsquantity');
     $this->setValue(null);
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_wishlist_sharing');
     $this->setValue(1);
 }
Exemplo n.º 4
0
 /**
  * Prepare operator select options
  *
  * @return Bronto_Reminder_Model_Rule_Condition_Wishlist_Storeview
  */
 public function loadOperatorOptions()
 {
     parent::loadOperatorOptions();
     $this->setOperatorOption(array('==' => Mage::helper('rule')->__('from'), '!=' => Mage::helper('rule')->__('not from')));
     return $this;
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_attributes');
     $this->setValue(null);
 }