Exemplo n.º 1
0
 /**
  * Set condition type and value
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/actions_condition_product_special');
     $this->setValue(null);
 }
Exemplo n.º 2
0
 /**
  * Init model
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_product_attributes');
     $this->setValue(null);
 }
Exemplo n.º 3
0
 /**
  * Set condition type and value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/rule_condition_product_attributes');
     $this->setValue(null);
 }
Exemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_reminder/rule_condition_wishlist_attributes');
     $this->setValue(null);
 }
Exemplo n.º 5
0
 /**
  * Initialize options hash
  */
 public function __construct()
 {
     $this->_operatorSelectOptionsHash = array(self::OPERATOR_ATTRIBUTE_IS_ASSIGNED => $this->_getHelper()->__('is assigned'), self::OPERATOR_ATTRIBUTE_IS_NOT_ASSIGNED => $this->_getHelper()->__('is not assigned'));
     parent::__construct();
 }