Zen Cart Logo
Forums / Basic Configuration / How do I change the Page Title?

How do I change the Page Title?

Locked

Views: 26,599

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
21 Oct 2007, 1:53 AM
#1
bigcaat avatar

bigcaat

New Zenner

Join Date:
Jun 2007
Posts:
49
Plugin Contributions:
0

How do I change the Page Title?

How would I go about changing the actual page titles for my shopping cart pages?

I see that it takes whatever item I'm selling on that page, but it also has "Zen Cart! The Art of E-Commerce on it."

How do I change that?

Thanks,
Caat

21 Oct 2007, 2:21 AM
#2
econcepts avatar

econcepts

Totally Zenned

Join Date:
Dec 2005
Posts:
1,505
Plugin Contributions:
2

Re: How do I change the Page Title?

Check your meta_tags.php file as well as the language files for altering text on pages.

In your case, the meta_tags.php file should do the trick.

/includes/languages/english/meta_tags.php

21 Oct 2007, 3:47 PM
#3
bigcaat avatar

bigcaat

New Zenner

Join Date:
Jun 2007
Posts:
49
Plugin Contributions:
0

Re: How do I change the Page Title?

econcepts:

Check your meta_tags.php file as well as the language files for altering text on pages.

In your case, the meta_tags.php file should do the trick.

/includes/languages/english/meta_tags.php
Works perfectly. Thanks. :smile:

Caat

21 Oct 2007, 10:36 PM
#4
thedidgmaster avatar

thedidgmaster

New Zenner

Join Date:
Apr 2007
Posts:
29
Plugin Contributions:
0

Re: How do I change the Page Title?

is it possible to have a different page title for my admin site then for my store. When I have both up on the browser I can never figure out which tab is which until I click on it and find out that nope it was the other one I wanted

30 Nov 2007, 2:45 AM
#5
necrohill avatar

necrohill

New Zenner

Join Date:
Oct 2007
Posts:
2
Plugin Contributions:
0

Re: How do I change the Page Title?

that works! thank you.
but btw its ridiculous that there are no possibilities to manage things like that via admin panel (((

23 Apr 2008, 11:39 AM
#6
savewizard avatar

savewizard

New Zenner

Join Date:
Apr 2008
Posts:
10
Plugin Contributions:
0

Re: How do I change the Page Title?

I was freaking out for a moment, after I edited this my site disappeared, the problem was I was making the Site Tagline too long, not sure what the limit is, but if you find your site disappearing after editing this file, try something shorter for the Site Tagline

13 May 2008, 3:58 AM
#7
scott_see avatar

scott_see

New Zenner

Join Date:
Apr 2005
Location:
White Salmon, WA
Posts:
60
Plugin Contributions:
0

Re: How do I change the Page Title?

In my /includes/languages/english/35north/meta-tags.php I've got

// page title
define('TITLE', '35 North - Global Marketing');

Yet, the title of http://www.35north.com/ is

HOME_PAGE_TITLE

What am I doing wrong? I've read up on this, and I'm really stuck! :huh:

5 Sep 2009, 4:04 PM
#8
dysfunctional avatar

dysfunctional

Zen Follower

Join Date:
Apr 2008
Posts:
159
Plugin Contributions:
0

Re: How do I change the Page Title?

econcepts:

Check your meta_tags.php file as well as the language files for altering text on pages.

In your case, the meta_tags.php file should do the trick.

/includes/languages/english/meta_tags.php

Thanks for info! Works good, but I'm facing one problem that I think have to do with the php language and not Zen Cart itself.

I wanna use an a double dotted I (Ï) in my title, but that character becomes a single dotted I (Í) instead. Does anyone know if there's a way around this? Tried google, didn't find much...