On the default install there are a couple links under a "More Information" heading titled "page 2" "page 3" etc... I know how to edit those pages, but how do I change the link name on the main template itself?
On the default install there are a couple links under a "More Information" heading titled "page 2" "page 3" etc... I know how to edit those pages, but how do I change the link name on the main template itself?
You can find them in includes/languages/english.php, about a quarter of the way down. Just search that file for "page 2" and there you are. Edit, save, ftp to your server.
Rob
Breakfast: the most important donut of the day.
Okay, it's worked for him, but not for me. I'm to that location & have changed & edited it - however the link name still says Page 2. What am I doing wrong????????????
Here's the code.
define('NAVBAR_TITLE', 'Tournaments');
define('HEADING_TITLE', 'The End Zone in store tournament schedule');
define('TEXT_INFORMATION', 'Page 2 information goes here.');
When I change the TEXT_INFORMATION line it doesn't seem to do anything, so I changed it back to the default.
I would like the "Page 2" to read "Tournaments"
Thanks & any help would be greatly appreciated,
The End Zone
what you have done is change the title in the nav bar and the title that appears on the top of the page.
If you want the text to read different in the sidebox do as 'rstevenson' has already said.
Go to includes/languages/english.php and you will have to scroll down to find where it says:
// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'YOUR TEXT');
define('BOX_INFORMATION_PAGE_3', 'YOUR TEXT');
define('BOX_INFORMATION_PAGE_4', 'YOUR TEXT');
change the YOUR TEXT to read what you desire.
Okay, it's finally sunk in. I've got it. Thank you for your help,
The End Zone
i went to that section and it didnt work for me
// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Cool Links');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
website is www.sounddestroyermat.com
I looked at your site, and it seems to be working for you.
To edit the name of the link in the "more information" bow, you follow the above. To edit the name of the page in the header, and in the page information, you go to includes/languages/english/page_?.php with the "?" being the page you want to change, obviously.
[FONT="Georgia"]Boutique Zen Cart Design and Templates[/FONT]
Hello, I've trying to rename my "conditions of use" page to "Graded Product Info". I've made alterations to my /public_html/includes/languages/english.php
// information box text in sideboxes/information.php
define('BOX_HEADING_INFORMATION', 'Information');
define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');
define('BOX_INFORMATION_CONDITIONS', 'Graded Products Info');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');
define('BOX_INFORMATION_CONTACT', 'Contact Us');
Shouldn't that do the trick?
http://info-tech-trade.co.uk
Problem is fixed.
I'm using /Custom template so needed to alter:
public_html/includes/languages/Custom/english.php
Bookmarks