
Originally Posted by
latitude58
How do you do this? I'd like to simply rename Page2, Page3 and Page4 to something more usable. How do I do this?
Go to includes/languages/YOUR_CUSTOM_TEMPLATE/english.php
If the english.php file is not yet in the YOUR_CUSTOM_TEMPLATE folder, copy it to that folder first.
If you don't have a CUSTOM_TEMPLATE_FOLDER or don't know what that means, read up about the override system before making any changes to your cart. Another useful tutorial is here
Once you've set up your override system and copied the appropriate file as listed above, it's time to edit the file. Using a text editor like Notepad (never use MS Word!!) locate the text that needs editing:
Around line 149, you'll find this:
Code:
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
Change the red text to your new page title
Good luck and happy zenning