コード例 #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/safe_invoice.phtml');
 }
コード例 #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/advancepayment.phtml');
 }
コード例 #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/cashondelivery.phtml');
 }
コード例 #4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/onlinebanktransfer.phtml');
 }
コード例 #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/creditcardiframe.phtml');
 }