コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_couponcode');
     $this->setValue(1);
 }
コード例 #2
0
ファイル: Storeview.php プロジェクト: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_storeview');
     $this->setValue(null);
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_cart_itemsquantity');
     $this->setValue(null);
 }
コード例 #4
0
ファイル: Sharing.php プロジェクト: bevello/bevello
 public function __construct()
 {
     parent::__construct();
     $this->setType('bronto_reminder/rule_condition_wishlist_sharing');
     $this->setValue(1);
 }