Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/form/creditcard.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/form/safe_invoice.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/form/onlinebanktransfer.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/form/cashondelivery.phtml');
 }