Change page title in zencart follow the instruction bellow?
Open the page_3.php file located in the /includes/languages/english/ directory.
Find this section of code:
define(‘HEADING_TITLE’, ‘Page 3’);
and modify the define statement as needed:
define(‘HEADING_TITLE’, ‘Technical Specifications’);
Open includes/languages/english/page_2.php. Find this code:
define(‘HEADING_TITLE’, ‘Page 2’);
Change the ‘Page 2′ to your page name.
define(‘HEADING_TITLE’, ‘Your page name’);
You may also like to read:
How to create/add new page in the zencart and rename existing pages?