I have a charity site, can we change the word Customers to Visitors globally?
I have a charity site, can we change the word Customers to Visitors globally?
Look in the language files.
Do a search, as it can be in different files.
In the ADMIN section, under the TOOLS menu, there is a DEVELOPER TOOLKIT feature. You can use this to find text strings in a variety of files.
Use the LANGUAGES filters to search for "Customers" in language.php files.
It should not be necessary to alter CORE files. You should edit only the OVER-RIDE files.
If an OVER-RIDE file does not exist, then you should make a COPY of the relevant CORE LANGUAGE file, put it into the relevant OVER_RIDES folder (named after your custom template) and then apply the custom edits to relevant DEFINE statements.
20 years a Zencart User
I found 68 files, how do I know which is an OVERIDE file?
Thanks
You will need change ONLY the languages files.
This will be in:
includes/languages/english/FILENAME.PHP
There may be a reference in:
includes/languages/english.php
And in SOME cases, there may be references in:
includes/languages/english/extra_definitions/
20 years a Zencart User