/**
  * Construct
  */
 protected function _construct()
 {
     $alt = $this->_setTitle();
     //		$temp = '<!--img src="'.$this->getSkinUrl('images/hyperpay/logohyperpay.png').'" /-->  <img width="86" height=49" src="'.$this->getSkinUrl('images/hyperpay/sofort.png').'" alt="'.$alt.'" /> '.Mage::helper('hyperpay')->__('Pay by').' '.$alt;
     $temp = $alt;
     $this->setMethodTitle($temp);
     parent::_construct();
 }
Пример #2
0
 /**
  * Construct
  */
 protected function _construct()
 {
     //        $this->_paymentText = Mage::helper('hyperpay')->__('Credit Card');
     //        $this->setMethodTitle($this->_getDescription());
     $alt = Mage::helper('hyperpay')->__('Cards');
     //$temp = '<!--img src="'.$this->getSkinUrl('images/hyperpay/logohyperpay.png').'" /-->  <img width="86" height=49" src="'.$this->getSkinUrl('images/hyperpay/visa.png').'" alt="'.$alt.'" />  <img width="48" height="49" src="'.$this->getSkinUrl('images/hyperpay/visa-pay.png').'" alt="'.$alt.'"  />  <img src="'.$this->getSkinUrl('images/hyperpay/mastercard.png').'" alt="'.$alt.'"  />  <img src="'.$this->getSkinUrl('images/hyperpay/maestro.png').'" alt="'.$alt.'" /> '.Mage::helper('hyperpay')->__('Pay by').' '.$alt;
     $temp = $alt;
     $this->setMethodTitle($temp);
     parent::_construct();
 }