예제 #1
0
파일: Referral.php 프로젝트: rajarshc/Rooja
 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");
 }
예제 #2
0
파일: Like.php 프로젝트: rajarshc/Rooja
 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');
 }