Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / I need help with my homepage please

I need help with my homepage please

Locked

Views: 1,487

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
8 Aug 2007, 3:05 PM
#1
heartagram_aus avatar

heartagram_aus

New Zenner

Join Date:
Aug 2007
Posts:
11
Plugin Contributions:
0

I need help with my homepage please

Hi All
I need help with my homepage please

I wont to change the

More Information page title names, (page 2, page 3 page 4) to my own names how do i go about that

* Page 2 (wanna change this)
* Page 3
* Page 4

here is a link to my site thanks very much for ur help n time

http://www.mbookx.com/cart/

8 Aug 2007, 5:02 PM
#2
billybonds avatar

billybonds

Zen Follower

Join Date:
Nov 2003
Location:
UK
Posts:
102
Plugin Contributions:
0

Re: I need help with my homepage please

In languages/YOUR_TEMPLATE/english.php around line 150

I'm assuming you have learnt to use overrides (A MUST)

8 Aug 2007, 5:06 PM
#3
clydejones avatar

clydejones

Deceased

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

Re: I need help with my homepage please

heartagram_aus:

Hi All
I need help with my homepage please

I wont to change the

More Information page title names, (page 2, page 3 page 4) to my own names how do i go about that

* Page 2 (wanna change this)
* Page 3
* Page 4

here is a link to my site thanks very much for ur help n time

http://www.mbookx.com/cart/

check here in the Tutorials/FAQ section

9 Aug 2007, 12:21 AM
#4
heartagram_aus avatar

heartagram_aus

New Zenner

Join Date:
Aug 2007
Posts:
11
Plugin Contributions:
0

Re: I need help with my homepage please

Thanks for all you replys but still can not get this sorted

Re: I need help with my homepage please
In languages/YOUR_TEMPLATE/english.php around line 150

this is my template folder iC_AthemeV1.3

I'm assuming you have learnt to use overrides (A MUST)

I am new to Zen so dont know how to use overrides

languages/YOUR_TEMPLATE/english.php which is only has one file in it called header.php nothing else

I tried the FAQ

hen save the file to

includes -> languages -> ENGLISH -> CUSTOM -> page_?.php and upload to your server.

I know CUSTOM is my template but i tried re saying in there and didnt work

If someone could help me would be great

thanks

9 Aug 2007, 1:50 AM
#5
heartagram_aus avatar

heartagram_aus

New Zenner

Join Date:
Aug 2007
Posts:
11
Plugin Contributions:
0

Re: I need help with my homepage please

I have worked out how to change the names, but i wont to add more then 3.

I have changed n added the following

// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', 'More Information');
define('BOX_INFORMATION_PAGE_2', 'Instructions');
define('BOX_INFORMATION_PAGE_3', 'Supported Phones');
define('BOX_INFORMATION_PAGE_4', 'Submit');
define('BOX_INFORMATION_PAGE_5', 'Page 10');

but the page 10 does not show up, can someone please tel me how to get it showing or what files i need too edit for this.

Thanks again