5haun Posted July 28, 2014 Share Posted July 28, 2014 Hi all Need help trying to change the text on the guest-tracking page.I would like to change the text "Bank wire" to "EFT"See screenshotThanks! Link to comment Share on other sites More sharing options...
vekia Posted July 28, 2014 Share Posted July 28, 2014 text that you see there depends on payment method that your customer use, so, if used was "bank wire" bank wire will appear you will need to translate bank wire module name 1 Link to comment Share on other sites More sharing options...
5haun Posted July 30, 2014 Author Share Posted July 30, 2014 (edited) Thanks for the reply. Unfortunately I get the suhosin.request.max_vars error in the back office. I have asked my hosting provider and they will not increase the value.Where exactly can I change the name manually? Edited July 30, 2014 by 5haun (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2014 Share Posted July 30, 2014 in module.php file $this->displayName = $this->l('Bank wire'); 1 Link to comment Share on other sites More sharing options...
5haun Posted August 1, 2014 Author Share Posted August 1, 2014 Where can I find module.php? I did a search and I couldn't find it...Did you mean bankwire.php because I have already changed the line $this->displayName = $this->l('Bank Wire'); to $this->displayName = $this->l('EFT');and no change was made Link to comment Share on other sites More sharing options...
Recommended Posts