Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     if (Mage::getSingleton('core/translate')->getTranslateInline() === false && Mage::app()->getStore()->isAdmin()) {
         //For Emails
         $this->setTemplate('sagepaysuite/payment/info/base-basic.phtml');
     } else {
         $this->setTemplate('sagepaysuite/payment/info/base.phtml');
     }
 }
Esempio n. 2
0
 protected function _construct()
 {
     parent::_construct();
     #Only when order is saved
     if ((Mage::registry('current_order') || $this->getOnMemo() || $this->getOnInvoice()) && Mage::app()->getStore()->isAdmin()) {
         $this->setChild('repeats.list', Mage::getModel('core/layout')->createBlock('core/template', 'repeats.li')->setTemplate('sagepaysuite/payment/info/repeats.phtml'));
         $this->setChild('refunds.list', Mage::getModel('core/layout')->createBlock('core/template', 'refunds.li')->setTemplate('sagepaysuite/payment/info/refunds.phtml'));
         $this->setChild('authorise.list', Mage::getModel('core/layout')->createBlock('core/template', 'authorise.li')->setTemplate('sagepaysuite/payment/info/authorises.phtml'));
     }
     if (Mage::getSingleton('core/translate')->getTranslateInline() === false && Mage::app()->getStore()->isAdmin()) {
         //For Emails
         $this->setTemplate('sagepaysuite/payment/info/base-basic.phtml');
     } else {
         $this->setTemplate('sagepaysuite/payment/info/base.phtml');
     }
 }
Esempio n. 3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypaluk/direct/info.phtml');
 }
Esempio n. 4
0
 /**
  * Set block template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paygate/info/cc.phtml');
 }
Esempio n. 5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('amex/info.phtml');
 }
Esempio n. 6
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('cybersource/info.phtml');
 }
Esempio n. 7
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('datatrans/hiddenmode/info/cc.phtml');
 }
Esempio n. 8
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('totalcoin/standard/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
Esempio n. 9
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fontis/ewayau/cc/info.phtml');
 }
Esempio n. 10
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bradfellows/info/tokenized.phtml');
 }
Esempio n. 11
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mercadopago/custom_ticket/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
Esempio n. 12
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('moneybookerspsp/info/cc.phtml');
 }
Esempio n. 13
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('magebase/dps/pxpost/info.phtml');
 }
Esempio n. 14
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('shift4/shift4payment/info.phtml');
 }
Esempio n. 15
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('merchantware/directpost/info.phtml');
 }