Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change More information box

Change More information box

Locked

Views: 631

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
3 Jul 2010, 3:57 PM
#1
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Location:
Clinton, Michigan USA
Posts:
89
Plugin Contributions:
0

Change More information box

I would like to change the title name for Page 1, 2, 3 contained within the More information box.
I cannot seam to find the right method to do this.
Has anyone found the right code and location for this modification?

thanks
bdude

3 Jul 2010, 4:04 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Change More information box

zbdude:

I would like to change the title name for Page 1, 2, 3 contained within the More information box.
I cannot seam to find the right method to do this.
Has anyone found the right code and location for this modification?

thanks
bdude

did you try this article from the Tutorials/FAQ section of the forum.

3 Jul 2010, 7:01 PM
#3
zbdude avatar

zbdude

New Zenner

Join Date:
Aug 2007
Location:
Clinton, Michigan USA
Posts:
89
Plugin Contributions:
0

Re: Change More information box

Thanks, No I have not tried it. I will and reply as to my results.

29 Aug 2010, 6:11 AM
#4
dogjumps avatar

dogjumps

New Zenner

Join Date:
Aug 2010
Posts:
59
Plugin Contributions:
0

Re: Change More information box

Hi... I have the same problem.... I did go and change those but still in the more information box it says page 2....
On the page itself it was canged but on the main page its still page two! help please
Im using v1.3.9d

29 Aug 2010, 7:45 AM
#5
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

Re: Change More information box

You also need to edit includes/languages/english.php at approx line 147

// 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');and save to includes/languages/YOUR_TEMPLATE/english.php

31 Aug 2010, 7:57 AM
#6
dogjumps avatar

dogjumps

New Zenner

Join Date:
Aug 2010
Posts:
59
Plugin Contributions:
0

Re: Change More information box

I did that... it only has one place that says
define('BOX_INFORMATION_PAGE_2', 'Page 2');
I changed it and then when I loaded my site it gave me basicaly the english.php file contents and screwed up my font size ....