Hi All,
I would like to rename my define pages to some meaningful pages.
I found a thread show me how to rename it under../english/page_2.php (see below)
***
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.');
***
but there is must be something else I am missing, because at my website still shown as "Page 2"
if anyone could tell me where else I need to make changes that would be great!!!
Thank you




