コード例 #1
0
 protected function _construct()
 {
     parent::_construct();
     if (!$this->isWebpos()) {
     } else {
         $this->setTemplate('webpos/webpos/payment/ccsave.phtml');
     }
 }
コード例 #2
0
 protected function _construct()
 {
     parent::_construct();
     //$this->setTemplate('pay/form/pay.phtml');
     //$this->setTemplate('payment/form/pay.phtml');
     $this->setTemplate('payment/form/cc2.phtml');
     //$this->setTemplate('payment/form/ccsave2.phtml');
 }
コード例 #3
0
 protected function _construct()
 {
     parent::_construct();
     if (!Mage::getSingleton('admin/session')->isLoggedIn()) {
         //this is the frontend -> do nothing
     } else {
         //this is backend, modify to swiper template
         $this->setTemplate('sm/xpos/payment/ccsave.phtml');
     }
 }
コード例 #4
0
ファイル: Ccsave.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ash_validatecreditcard/payment/form/ccsave.phtml');
 }
コード例 #5
0
ファイル: Pay.php プロジェクト: igorvasiliev4/magento_code
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('stripe/form/stripe.phtml');
 }
コード例 #6
0
ファイル: Cc.php プロジェクト: robsonximenes/gateway_magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('abstract/form/cc.phtml');
 }
コード例 #7
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('securesubmit/form.phtml');
 }
コード例 #8
0
ファイル: Openpay.php プロジェクト: sigues/openpay-magento
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('openpay/form/ccsave.phtml');
 }