You see, buttons of top navigation bar in the picture have error.
TOP_MENU_HOME seems abnormal...
Which file I should edit to rename those buttons?
This problem happen in both English and Chinese language.![]()
You see, buttons of top navigation bar in the picture have error.
TOP_MENU_HOME seems abnormal...
Which file I should edit to rename those buttons?
This problem happen in both English and Chinese language.![]()
Use you admin's Tools->Developers Toolkit, and ask it to search for TOP_MENU_ in all 'catalog' files. That will tell you which files are using that define. It sounds like you might not have copied a language file for a header menu add-on.
You need things like this....
// top navigation menu text
define('TOP_MENU_NEW_PRODUCTS', 'New Products');
define('TOP_MENU_SPECIALS', 'Specials');
define('TOP_MENU_VIEW_CART', 'View Cart');
define('TOP_MENU_MY_ACCOUNT', 'My Account');
In your english.php file, for your template you are using.