Beispiel #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');
     }
 }
Beispiel #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');
     }
 }
Beispiel #3
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypaluk/direct/info.phtml');
 }
Beispiel #4
0
 /**
  * Set block template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paygate/info/cc.phtml');
 }
Beispiel #5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('amex/info.phtml');
 }
Beispiel #6
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('cybersource/info.phtml');
 }
Beispiel #7
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('datatrans/hiddenmode/info/cc.phtml');
 }
Beispiel #8
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('totalcoin/standard/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
Beispiel #9
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fontis/ewayau/cc/info.phtml');
 }
Beispiel #10
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bradfellows/info/tokenized.phtml');
 }
Beispiel #11
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mercadopago/custom_ticket/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
Beispiel #12
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('moneybookerspsp/info/cc.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('magebase/dps/pxpost/info.phtml');
 }
Beispiel #14
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('shift4/shift4payment/info.phtml');
 }
Beispiel #15
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('merchantware/directpost/info.phtml');
 }