Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     if (!$this->isWebpos()) {
     } else {
         $this->setTemplate('webpos/webpos/payment/ccsave.phtml');
     }
 }
Esempio n. 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');
 }
Esempio n. 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');
     }
 }
Esempio n. 4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('ash_validatecreditcard/payment/form/ccsave.phtml');
 }
Esempio n. 5
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('stripe/form/stripe.phtml');
 }
Esempio n. 6
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('abstract/form/cc.phtml');
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('securesubmit/form.phtml');
 }
Esempio n. 8
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('openpay/form/ccsave.phtml');
 }