ThibaultWUN Posted June 30, 2020 Share Posted June 30, 2020 In parentOrderController (Front controller) around line 100 in my file, I have some error message $this->errors[] = Tools::displayError('You must enter a voucher code.'); $this->errors[] = Tools::displayError('The voucher code is invalid.'); My website is in English and French but I cannot find where the translation occurs. In the French version of the website the text is translated but I added a condition in which I have another $this->errors[] = Tools::displayError('My error message that needs translating.'); I search in Localization -> Translations but I could'nt find it. Any ideas ? 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