コード例 #1
0
ファイル: Info.php プロジェクト: victorkho/telor
 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');
 }
コード例 #2
0
ファイル: Info.php プロジェクト: rob3000/fontis_australia
 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');
 }
コード例 #3
0
 protected function _construct()
 {
     parent::_construct();
     /* 
     	$this->setTemplate('webpos/admin/webpos/payment/method/info/cash.phtml'); 
     */
 }
コード例 #4
0
 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');
     }
 }
コード例 #5
0
 /**
  * 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');
     }
 }
コード例 #6
0
ファイル: Info.php プロジェクト: jronatay/ultimo-magento-jron
 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');
         }
     }
 }
コード例 #7
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ViniciusCunha/boletosicob/info.phtml');
 }
コード例 #8
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('emerchantpay/info/checkout.phtml');
 }
コード例 #9
0
ファイル: Info.php プロジェクト: keramist/magento-plugin
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('bitpay/info/default.phtml');
 }
コード例 #10
0
 /**
  * Constructor. Set template.
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('moneybookers/info.phtml');
 }
コード例 #11
0
ファイル: Checkmo.php プロジェクト: quyip8818/Mag
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/checkmo.phtml');
 }
コード例 #12
0
ファイル: Info.php プロジェクト: blueglobeNL/tritac-capayable
 /**
  * Set block template
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('capayable/info.phtml');
 }
コード例 #13
0
ファイル: Checkout.php プロジェクト: Hospeed/pagarme-magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('pagarme/info/checkout.phtml');
 }
コード例 #14
0
ファイル: Info.php プロジェクト: protechhelp/gamamba
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('appmerce/bitcoin/info.phtml');
 }
コード例 #15
0
ファイル: Info.php プロジェクト: xiaoguizhidao/emporiodopara
 protected function _construct()
 {
     parent::_construct();
 }
コード例 #16
0
ファイル: Info.php プロジェクト: Hospeed/extra-marketplace
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('query/novapontocom/payment/info.phtml');
 }
コード例 #17
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/banktransfer.phtml');
 }
コード例 #18
0
ファイル: Info.php プロジェクト: jweiss/Magento-Example
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ideal/advanced/info.phtml');
 }
コード例 #19
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('bradesco/standard/info.phtml');
 }
コード例 #20
0
ファイル: Info.php プロジェクト: aaron1102/ecbank
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('gwallpayen/info.phtml');
 }
コード例 #21
0
ファイル: Saved.php プロジェクト: programmerrahul/vastecom
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ewayrapid/info/direct_saved.phtml');
 }
コード例 #22
0
ファイル: Info.php プロジェクト: codercv/urbansurprisedev
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('cashondelivery/info.phtml');
 }
コード例 #23
0
ファイル: Purchaseorder.php プロジェクト: okite11/frames21
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payment/info/purchaseorder.phtml');
 }
コード例 #24
0
ファイル: Aurore.php プロジェクト: Seb2nim/Atos-Magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('atos/info/aurore.phtml');
 }
コード例 #25
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('postepay/info.phtml');
 }
コード例 #26
0
ファイル: Info.php プロジェクト: arslbbt/mangentovies
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('paypal/express/info.phtml');
 }
コード例 #27
0
ファイル: Info.php プロジェクト: anziv/Magento-modules
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('payexinvoice/info.phtml');
 }
コード例 #28
0
ファイル: Sepa.php プロジェクト: newsjunk/magepaything
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('adyen/info/sepa.phtml');
 }
コード例 #29
0
 /**
  * Init ops payment information block
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('postfinance/info/redirect.phtml');
 }
コード例 #30
0
 /**
  * Init default template for block
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('pnsofortueberweisung/info/sofortrechnung.phtml');
 }