Hi All,
I've been trying to change the page name: page2, page2, .... to the name that I want. Please show me how to do it. Thanks so much for your help.
Hi All,
I've been trying to change the page name: page2, page2, .... to the name that I want. Please show me how to do it. Thanks so much for your help.
You will need to edit the file(s) under
YOUR_STORE_DIRECTORY/includes/languages/english/
For example, below is what is in
YOUR_STORE_DIRECTORY/includes/languages/english/page_3.php
define('NAVBAR_TITLE', 'Page 3');
define('HEADING_TITLE', 'Page 3');
define('TEXT_INFORMATION', 'Page 3 text goes here.');
Just change the one's I highlighted in RED to see the change in your store.
define('NAVBAR_TITLE', 'Helpful Hints');
define('HEADING_TITLE', 'Helpful Hints');
define('TEXT_INFORMATION', 'Page 3 text goes here.');
No need to change the 3rd line.