protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/safe_invoice.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/advancepayment.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/cashondelivery.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/onlinebanktransfer.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payone/core/payment/method/info/creditcardiframe.phtml');
 }