This is a part of a series of tutorials on customizing the More Information Sidebox. Other tutorials in this series are:
How to Customize the More Information Sidebox
How to Change the Page Titles of Page 2, Page 3, or Page 4 in More Information Sidebox
How to Change the More Information Sidebox Header
How to Change the Names of Page 2, Page 3, or Page 4 Links in More Information Sidebox
This tutorial will show you step by step how to change the Browser Bar and Breadcrumbs title of the pages in the More Information Sidebox.
Open includes/languages/english/page_2.php. Find this code:
define(
'NAVBAR_TITLE'
,
'Page 2'
);
Change the ‘Page 2’ to your page name.
define(
'NAVBAR_TITLE'
,
'Your page name'
);
Save the file to your template override directory includes/languages/english/custom-template-directory/page_2.php
***This is a php file and MUST be edited in a plain text editor. If you try to edit this file in any type of wysiwyg editor, the code will be corrupted and when you insert the file back into your zen cart it will break your entire site.***
If you need help with your zen cart web site, please contact us for a quote.