How do I change the title of main_page=page_X?

Changing the name of PAGE_2, PAGE_3 or PAGE_4

PAGE_2, PAGE_3 and PAGE_4 are called the extra pages.

To change the name of page_2, page_3 or page_4

1. open the appropriate file: /includes/languages/YOURLANGUAGE/page_?.php

2. make the changes to fit your needs

define('NAVBAR_TITLE', 'Page ?');  
define('HEADING_TITLE', 'Page ?');

3. then save the file to:
/includes/languages/YOURLANGUAGE/YOURTEMPLATE/page_?.php and upload to your server.

NOTE: See Basic Terms for an explanation of YOURLANGUAGE and YOURTEMPLATE if these terms are unfamiliar.

This technique applies to these pages:

Define URL
PAGE_2 index.php?main_page=page_2
PAGE_3 index.php?main_page=page_3
PAGE_4 index.php?main_page=page_4



Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified September 4, 2020 by Scott C Wilson (9e8cba3).