Zen Cart Logo
Forums / General Questions / Help With More Information Category

Help With More Information Category

Locked

Views: 569

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Aug 2009, 3:13 PM
#1
in8inteligence avatar

in8inteligence

New Zenner

Join Date:
Aug 2009
Posts:
1
Plugin Contributions:
0

Help With More Information Category

I am in the process of changing files in the "More Information"Category box. I am selling glucosamine on my site and have managed to change the files in the language section to show "Glucosamine Research"instead of Page 2 and "About Glucosamine"instead of Page 3 and "glucosamine Safety"instead of Page 4

When I refreshed my page with the files load it now shows under the More Information Category

About Glucosamine
Glucosamine Research
Box_Information_Glucosamine_Chondroitin

Some how there is a mix up with Page 4 and I can't figure out what file I have messed up to show the "Box_Information"

I am running two languages Dutch and English and it shows up on both indicating it has something to do with the template file. Any help would be appreciated

28 Aug 2009, 5:28 AM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,288
Plugin Contributions:
39

Re: Help With More Information Category

Actually is a language definition you missed....

Off hand I think it is /public_html/includes/languages/your_template/english.php

// information box text in sideboxes/more_information.php - were TUTORIAL_

  define('BOX_HEADING_MORE_INFORMATION', 'More Information');

  define('BOX_INFORMATION_PAGE_2', 'Page 2');

  define('BOX_INFORMATION_PAGE_3', 'Page 3');

  define('BOX_INFORMATION_PAGE_4', 'Page 4');

Also check this file for changes as well for other things like heading and such.

/public_html/includes/languages/english/page_4.php

Cheers,
Melanie