1.) in the left hand sidebar where I have my MORE INFORMATION links.......page 2, page 3 and page 4........I would like to change the page names to something less generic. Say to something like "Company history" , "LINKS" and "History of Wine"
Should be to a copy of english.php
Find and change only what is between the single quotes - - Make sure not to delete either one
Code:
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
Tutorials has the answer for many of these basic alterations
https://www.zen-cart.com/tutorials/i...hp?article=242
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
2.)If possible , I'd also like to be able to change the page title from; MY SITE, Zen-cart!, The Art of e commerce - Windows explorer ......to something of my own choosing.
https://www.zen-cart.com/tutorials/index.php?article=17