firedkm Posted August 30, 2010 Share Posted August 30, 2010 I have managed to change the "cheque" module to show checks and money orders in everything except in the history.phpWhen you look at a customer history in the front office under the payment area it shows "Cheque". I want to to have that say "Check". Where can I do this? I looked through all the php and tpl files under the cheque module. That is were I actually changed everything. Then I discovered the translation tab would have worked also! Please help!I have version 1.3.1Dale Link to comment Share on other sites More sharing options...
rocky Posted August 31, 2010 Share Posted August 31, 2010 You will need to edit the ps_orders table and change all the values in the "Payment" field from "Cheque" to "Check". To prevent future orders have "Cheque" as the payment method, I think you'll need to change line 28 of modules/cheque/cheque.php from: $this->displayName = $this->l('Cheque'); to: $this->displayName = $this->l('Check'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now