Пример #1
0
 public function _construct()
 {
     $this->setCaption("Tagging A Product");
     $this->setDescription("Customer will get points when they tag a product.");
     $this->setCode("customer_tag");
     return parent::_construct();
 }
Пример #2
0
 public function _construct()
 {
     $this->setCaption("Customer Referral");
     $this->setDescription("Customer will get points for every purchase made by a referred customer.");
     $this->setCode("referral");
     return parent::_construct();
 }
Пример #3
0
 public function _construct()
 {
     return parent::_construct();
     $this->setCaption(Mage::helper('rewardssocial')->__("Facebook Like"));
     $this->setDescription(Mage::helper('rewardssocial')->__("Customer will get points when they like a page with Facebook."));
     $this->setCode('social_facebook_like');
 }
Пример #4
0
 public function _construct()
 {
     $this->setCaption("Tag writing");
     $this->setDescription("Customer will get points when they write a tag.");
     $this->setCode("customer_tag");
     return parent::_construct();
 }
Пример #5
0
 public function _construct()
 {
     $this->setCaption($this->_getHelper()->__('Customer birthday occurs'));
     $this->setDescription($this->_getHelper()->__('Customer will get points on a birthday.'));
     $this->setCode(self::ACTION_CODE);
     return parent::_construct();
 }
Пример #6
0
 public function _construct()
 {
     $this->setCaption("Newsletter Subscription");
     $this->setDescription("Customer will get points when they sign up to the newsletter.");
     $this->setCode("customer_newsletter");
     return parent::_construct();
 }
Пример #7
0
 public function _construct()
 {
     $this->setCaption("Review writing");
     $this->setDescription("Customer will get points when they write a review.");
     $this->setCode("customer_writes_review");
     return parent::_construct();
 }