The tutorial on changing the heading and nav_bar titles uses:
http://tutorials.zen-cart.com/index.php?article=242.
I found that his tutorial didn't go quite far enough for what I was looking for. The following should prove helpful for those of you looking to change the names of the pages as well as the heading on the page and the navigation bar title.
To change the names of the Page_1, Page_2 and Page_3 files, download english.php from /includes/languages/ scoll down to the comment:
Changing the contents between the second set of single quotes will change the names of the pages, an example follows:PHP Code:// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Page_2');
define('BOX_INFORMATION_PAGE_3', 'Page_3');
define('BOX_INFORMATION_PAGE_4', 'Page_4');
PHP Code:// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Your Personal Shopper');
define('BOX_INFORMATION_PAGE_3', 'About Us');
define('BOX_INFORMATION_PAGE_4', 'Under Construction');



I would suggest using a simple text editor like notepad or wordpad to edit the contents of english.php.






Bookmarks