The example pages in the More Information sidebox are Define Pages. This means that you can add/delete/modify the contents of the page through the Define Pages Editor in Zen Cart Admin.
As an example here, we will modify Page 4. The Page Title uses the NavBar Title and this is also used in the Breadcrumb Navigation. The NavBar Title is shown circled in Red in both places.

- Open the page_4.php file located in the /includes/languages/english/ directory.
- Find this section of code:
define('NAVBAR_TITLE', 'Page 4'); - and modify the define statement as needed:
define('NAVBAR_TITLE', 'Technical Specifications');** Be sure to keep the single quote marks in your new define statement.
- Save the modified page_4.php file to your override folder. This will be /includes/languages/english/CUSTOM/ where CUSTOM represents the name of your current template folder.

|
|||||||



#1 by webmaster market on 22 September, 2010 - 11:07 pm
How we can enable the page to show under “information” bar ?
#2 by kerrin hardy on 27 September, 2010 - 11:17 am
I think you might be after this: Add new link to More Information sidebox
This runs through adding another link (or page) to the More Information sidebox. However, as I mention in that guide, you may be more comfortable using EZ Pages and the EZ Pages sidebox in preference to the More Information sidebox, especially if you are looking to add a number of new links. You can always rename the EZ Pages sidebox to Information.
Hope this helps,
Kerrin