Example #1
0
 /**
  * Define Type and value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_order_address_type');
     $this->setValue('shipping');
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_address_attributes');
     $this->setValue(null);
 }
Example #3
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_shoppingcart_amount');
     $this->setValue(null);
 }
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_address_region');
     $this->setValue(1);
 }
Example #5
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_newsletter');
     $this->setValue(1);
 }
Example #6
0
 /**
  * Intialize model
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_uptodate');
     $this->setValue(null);
 }
Example #7
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_customersegment/segment_condition_customer_address_default');
     $this->setValue('default_billing');
 }