コード例 #1
0
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'merchant_on_commission_approved.stpl';
     $this->isHtmlMail = true;
     $this->templateName = Gpf_Lang::_runtime('Merchant - Commission approved');
     $this->subject = Gpf_Lang::_runtime('Commission approved');
 }
コード例 #2
0
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'merchant_on_sale.stpl';
     $this->isHtmlMail = true;
     $this->templateName = Gpf_Lang::_runtime('Merchant - New Sale / Lead');
     $this->subject = Gpf_Lang::_runtime('New sale / lead');
 }
コード例 #3
0
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'affiliate_on_change_commission_status.stpl';
     $this->isHtmlMail = true;
     $this->templateName = Gpf_Lang::_runtime('Affiliate - On change  Sale / Lead status');
     $this->subject = Gpf_Lang::_runtime('Change sale / lead status');
 }
コード例 #4
0
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'on_subaffiliate_sale.stpl';
     $this->isHtmlMail = true;
     $this->templateName = Gpf_Lang::_runtime('Affiliate - New Subaffiliate Sale / Lead');
     $this->subject = Gpf_Lang::_runtime('New subaffiliate sale / lead');
 }