/**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('email/productalert/price.phtml');
 }
예제 #2
0
파일: Stock.php 프로젝트: nemphys/magento2
 /**
  * Constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('email/stock.phtml');
 }