Zen Cart Logo
Forums / General Questions / Predefined Pages...page_2, page_3 etc.

Predefined Pages...page_2, page_3 etc.

Views: 956

Results 1 to 9 of 9
29 Sep 2011, 1:44 PM
#1
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Predefined Pages...page_2, page_3 etc.

I cannot seem to find anything on how these pages are used. I have my "About Us" in Page_2 and have the name corrected so that the sitemap is correct.

However, the top of this page still has Page 2 and I cannot find out how to change this. I would also like for this page link to be shown in the Information Side Panel.

I used page_3 as my FAQ and I need to get this listed all over my site as my customers are asking the same questions over and over and over and over and over...oh sorry. lost it for a moment!:wacko:

29 Sep 2011, 2:44 PM
#2
g2ktcf avatar

g2ktcf

Totally Zenned

Join Date:
Feb 2011
Location:
Lumberton, TX
Posts:
636
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

hah...just found it..

I case anyone else was wondering...those pages are in the sidebar called "more_information". I simply enabled this sidebar and there they were!

29 Sep 2011, 5:21 PM
#3
glock1 avatar

glock1

Zen Follower

Join Date:
Sep 2011
Posts:
118
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

How did you change the "Page 2" title of them? I just did the same exact thing you did. lol I found the sidebar box but cant find where to change the title.

29 Sep 2011, 5:35 PM
#4
glock1 avatar

glock1

Zen Follower

Join Date:
Sep 2011
Posts:
118
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

Nevermind, found it.

store/includes/languages/english/page_2.php

I changed the titles in these lines:

define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');

Changes the page title and the IE window title.

28 Dec 2011, 11:23 AM
#5
andycowboy avatar

andycowboy

New Zenner

Join Date:
Jul 2009
Location:
Wimberley, TX
Posts:
50
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

Good morning!

I did as Glock1 did - which is also in the zc tutorials - but the "More Information" box still shows "Page 2", even though the page title shows what it's supposed to.

Preferred Customer Program

Same thing with page_3 (FAQ) and page_4 (Product Materials).

How do I change the title in the sidebox...and in the admin "Define Pages Editor" drop-down?

zc v1.3.9h w/glacial age template - no other add-ons

As usual, thanks for your help, and have a great day! God bless!

28 Dec 2011, 12:37 PM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Predefined Pages...page_2, page_3 etc.

In english.php.

28 Dec 2011, 12:55 PM
#7
andycowboy avatar

andycowboy

New Zenner

Join Date:
Jul 2009
Location:
Wimberley, TX
Posts:
50
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

stevesh:

In english.php.

Good morning, stevesh!

Did that. I changed that to the following:

define('NAVBAR_TITLE', 'Preferred Customer Program');
define('HEADING_TITLE', 'Preferred Customer Program');

As you can see, the title changed on the page, but the nav link still shows "Page 2".

Suggestions?

28 Dec 2011, 1:05 PM
#8
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Predefined Pages...page_2, page_3 etc.

You changed those in page_2.php. In english.php there's this:

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

28 Dec 2011, 1:15 PM
#9
andycowboy avatar

andycowboy

New Zenner

Join Date:
Jul 2009
Location:
Wimberley, TX
Posts:
50
Plugin Contributions:
0

Re: Predefined Pages...page_2, page_3 etc.

stevesh:

You changed those in page_2.php. In english.php there's this:

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

:oops:

I had changed that in the zc template, but forgot to change it in the glacial age template!

:smartalec: Now I'm a little smarter - not much, but every little bit helps!

Thanks stevesh! Have a great day, and God bless!