예제 #1
0
 public function __construct()
 {
     $this->helper = Mage::helper('gomage_checkout');
     if ($this->helper->getIsAnymoreVersion(1, 4)) {
         return parent::__construct();
     }
 }
예제 #2
0
 public function __construct()
 {
     //instead of
     //$this->_helper = Mage::helper('checkout');
     parent::__construct();
     $this->_helper = Mage::helper('a2m_customcheckout');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_customerMobileExistsMessage = $this->_helper->__('There is already a customer registered using this mobile number. Please login or enter a different mobile number to register your account.');
 }
예제 #4
0
 /**
  * Constructor. Fix Onepage model bug with error message private property
  */
 public function __construct()
 {
     parent::__construct();
     $this->_customerEmailExistsMessage = $this->_helper->__('There is already a customer registered using this email address. Please login using this email address or enter a different email address to register your account.');
 }