Update Page Title of Page 2, Page 3 or Page 4 in More Information sidebox


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.

Update NavBar Title of Page 4 in More Information sidebox

  1. Open the page_4.php file located in the /includes/languages/english/ directory.
  2. Find this section of code:
    define('NAVBAR_TITLE', 'Page 4');
  3. 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.

  4. 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.

Update Page Title of Page 4 in More Information sidebox

More Zen Cart:

  1. Update Page Heading of Page 2, Page 3 or Page 4 in More Information sidebox
  2. Change name of Page 2 Link in More Information Sidebox
  3. Change name of More Information sidebox Heading in Zen Cart
  4. Change title bar in browser from "Zen Cart!, The Art of E-commerce"
  5. Change name of Bestsellers sidebox Heading in Zen Cart
  1. No comments yet.
(will not be published)