Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setCaption("Customer Referral");
     $this->setDescription("Customer will get points for every purchase made by a referred customer.");
     $this->setCode("referral");
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     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');
 }