Ejemplo n.º 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setPaymentMethod();
     $this->isIdeasaMethod = Mage::helper('base')->isIdeasaPaymentMethod($this->paymentMethod);
     if ($this->isIdeasaMethod) {
         $this->setTemplate('ideasa/' . $this->paymentMethod . '/checkout/success-details.phtml');
     }
 }
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('pnsofortueberweisung/sofortvorkassesuccess.phtml');
     $this->params = $this->getRequest()->getParams();
 }