Zen Cart Logo
Forums / General Questions / How do i change the page title for my Zen Cart?

How do i change the page title for my Zen Cart?

Locked

Views: 1,062

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
25 Nov 2010, 4:23 PM
#1
gee22 avatar

gee22

New Zenner

Join Date:
Nov 2010
Posts:
7
Plugin Contributions:
0

How do i change the page title for my Zen Cart?

can someone assist me please? i'm trying to change the page title and also remove the congratulations message.

see my site here... http://www.awakenhype.com/store

25 Nov 2010, 6:17 PM
#3
gee22 avatar

gee22

New Zenner

Join Date:
Nov 2010
Posts:
7
Plugin Contributions:
0

Re: How do i change the page title for my Zen Cart?

ok i tried the page title and i now see this when i refreshed the page

"TITLETERTIARY_SECTIONSITE_TAGLINE"

now i did the "congratulations" text and now all i see is a blank page

25 Nov 2010, 6:36 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How do i change the page title for my Zen Cart?

Tutorial did not suggest any edit of

// Define Tertiary Section Output
  define('TERTIARY_SECTION', ', ');

One must insure that the single quote pair remain or the constant will be displayed as you are experiencing

But these are what you should be addressing as the tutorial states

// page title
define('TITLE', 'Zen Cart!');

// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
25 Nov 2010, 6:37 PM
#5
gee22 avatar

gee22

New Zenner

Join Date:
Nov 2010
Posts:
7
Plugin Contributions:
0

Re: How do i change the page title for my Zen Cart?

can i get a copy of the files to reupload and try again please?

25 Nov 2010, 6:57 PM
#6
stevesh avatar

stevesh

Black Belt

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

Re: How do i change the page title for my Zen Cart?

Just download the Zencart zip file and unzip it on your local computer.

25 Nov 2010, 7:56 PM
#7
gee22 avatar

gee22

New Zenner

Join Date:
Nov 2010
Posts:
7
Plugin Contributions:
0

Re: How do i change the page title for my Zen Cart?

ok. thanx guys. got thru :clap: