Example #1
0
 public function getTitle()
 {
     $mode = $this->getConfigData('mode');
     if ($mode == 'live' || $this->_isInViewOrder() === true || $this->getCode() == 'sagepaypaypal') {
         return parent::getTitle();
     }
     return parent::getTitle() . ' - ' . Mage::helper('sagepaysuite')->__('%s mode', strtoupper($mode));
 }
Example #2
0
 public function getTitle()
 {
     $mode = $this->getConfigData('mode');
     if ($mode == 'live' || $this->_isInViewOrder() === true || $this->getCode() == 'sagepaypaypal') {
         return parent::getTitle();
     }
     return parent::getTitle() . ' - ' . strtoupper($mode) . ' mode';
 }
Example #3
0
 /**
  * Retrieve payment method title
  *
  * @return string
  */
 public function getTitle()
 {
     return parent::getTitle();
 }
Example #4
0
 public function getTitle()
 {
     return Mage_Payment_Model_Method_Cc::getTitle();
 }