コード例 #1
0
ファイル: Suite.php プロジェクト: xiaoguizhidao/mydigibits
 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');
     }
 }
コード例 #2
0
ファイル: Suite.php プロジェクト: CherylMuniz/fashion
 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');
     }
 }
コード例 #3
0
ファイル: Info.php プロジェクト: arslbbt/mangentovies
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypaluk/direct/info.phtml');
 }
コード例 #4
0
ファイル: Cc.php プロジェクト: SalesOneGit/s1_magento
 /**
  * Set block template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paygate/info/cc.phtml');
 }
コード例 #5
0
ファイル: Info.php プロジェクト: enjoy2000/gemz
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('amex/info.phtml');
 }
コード例 #6
0
ファイル: Info.php プロジェクト: sonassi/mage-cybersource
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('cybersource/info.phtml');
 }
コード例 #7
0
ファイル: Cc.php プロジェクト: voolitels/Magento-Datatrans
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('datatrans/hiddenmode/info/cc.phtml');
 }
コード例 #8
0
ファイル: Info.php プロジェクト: emaraschio/plugin-magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('totalcoin/standard/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
コード例 #9
0
ファイル: Info.php プロジェクト: netzkollektiv/fontis_ewayau
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('fontis/ewayau/cc/info.phtml');
 }
コード例 #10
0
ファイル: Info.php プロジェクト: bfellows37/magento-paytrace
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bradfellows/info/tokenized.phtml');
 }
コード例 #11
0
ファイル: Info.php プロジェクト: colombinis/cart-magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('mercadopago/custom_ticket/info.phtml');
     $this->setModuleName('Mage_Payment');
 }
コード例 #12
0
ファイル: Cc.php プロジェクト: protechhelp/gamamba
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('moneybookerspsp/info/cc.phtml');
 }
コード例 #13
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('magebase/dps/pxpost/info.phtml');
 }
コード例 #14
0
ファイル: Info.php プロジェクト: xiaoguizhidao/tyler-live
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('shift4/shift4payment/info.phtml');
 }
コード例 #15
0
ファイル: Info.php プロジェクト: xiaoguizhidao/tyler-live
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('merchantware/directpost/info.phtml');
 }