Tuesday, February 4, 2014

TomatoCart: Changing text (Fixing maintenance mode message)

Problem:
Working with a client, I noticed that the maintenance mode message shown when the store was in maintenance mode had misspelled the word "later" as "latter".

Solution:
It was simple enough, I had to edit the English language file and edit the database stored English phrase.


  1. Fix the language file: includes/languages/en_US.xml
  2. Fix the stored database value: SELECT * FROM languages_definitions WHERE definition_value LIKE '%latter%';
  3. Clear the cache files in the admin. Start > Tools > Cache Control

No comments: