Beispiel #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setInfoMessage(Mage::helper('vtmandiri/data')->_getInfoTypeIsImage() == true ? '<img src="' . $this->getSkinUrl('images/Veritrans.png') . '"/>' : '<b>' . Mage::helper('vtmandiri/data')->_getTitle() . '</b>');
     $this->setPaymentMethodTitle(Mage::helper('vtmandiri/data')->_getTitle());
     $this->setTemplate('vtmandiri/info.phtml');
 }
Beispiel #2
0
 protected function _construct()
 {
     parent::_construct();
     // This is the default template we want to use for this block. We need to set it here as this block
     // is instantiated by core directly rather than in layout
     $this->setTemplate('fontis/australia/payment/bpay/info.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     /* 
     	$this->setTemplate('webpos/admin/webpos/payment/method/info/cash.phtml'); 
     */
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payex/partpayment/info.phtml');
     // Template for Checkout page
     if ($this->getRequest()->getRequestedActionName() === 'progress') {
         $this->setTemplate('payex/partpayment/title.phtml');
     }
 }
 /**
  * Construct payment info block and set template
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     /* @var $helper Itabs_Debit_Helper_Data */
     $helper = Mage::helper('debit');
     if ($helper->getDebitType() == Itabs_Debit_Helper_Data::DEBIT_TYPE_SEPA) {
         $this->setTemplate('debit/sepa/info.phtml');
     } else {
         $this->setTemplate('debit/info.phtml');
     }
 }
Beispiel #6
0
 protected function _construct()
 {
     parent::_construct();
     $controllerName = $this->getRequest()->getControllerName();
     if (Mage::getDesign()->getArea() == 'adminhtml' && strstr($controllerName, 'memo') !== FALSE) {
         $this->setTemplate('customweb/saferpaycw/info_creditmemo.phtml');
     } else {
         if (Mage::getDesign()->getArea() == 'adminhtml' && (strstr($controllerName, 'invoice') !== FALSE || strstr($controllerName, 'editsaferpaycw') !== FALSE)) {
             $this->setTemplate('customweb/saferpaycw/info_invoice.phtml');
         } else {
             $this->setTemplate('customweb/saferpaycw/info.phtml');
         }
     }
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ViniciusCunha/boletosicob/info.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('emerchantpay/info/checkout.phtml');
 }
Beispiel #9
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bitpay/info/default.phtml');
 }
 /**
  * Constructor. Set template.
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('moneybookers/info.phtml');
 }
Beispiel #11
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/checkmo.phtml');
 }
Beispiel #12
0
 /**
  * Set block template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('capayable/info.phtml');
 }
Beispiel #13
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('pagarme/info/checkout.phtml');
 }
Beispiel #14
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('appmerce/bitcoin/info.phtml');
 }
Beispiel #15
0
 protected function _construct()
 {
     parent::_construct();
 }
Beispiel #16
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('query/novapontocom/payment/info.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/banktransfer.phtml');
 }
Beispiel #18
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ideal/advanced/info.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bradesco/standard/info.phtml');
 }
Beispiel #20
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('gwallpayen/info.phtml');
 }
Beispiel #21
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ewayrapid/info/direct_saved.phtml');
 }
Beispiel #22
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('cashondelivery/info.phtml');
 }
Beispiel #23
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/purchaseorder.phtml');
 }
Beispiel #24
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('atos/info/aurore.phtml');
 }
Beispiel #25
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('postepay/info.phtml');
 }
Beispiel #26
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypal/express/info.phtml');
 }
Beispiel #27
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payexinvoice/info.phtml');
 }
Beispiel #28
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('adyen/info/sepa.phtml');
 }
 /**
  * Init ops payment information block
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('postfinance/info/redirect.phtml');
 }
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('pnsofortueberweisung/info/sofortrechnung.phtml');
 }