Zen Cart Logo
Forums / General Questions / Page Titles

Page Titles

Locked

Views: 916

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
19 Jan 2009, 4:02 PM
#1
upromo avatar

upromo

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Page Titles

If you look at my two sites:

Bermanleatherco.com
UPromoproducts.com

On Berman, when you click on a product the title tag changes to what the products name is, but on UPromo it always keeps the same title. How do change this?
:blink:

19 Jan 2009, 4:30 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Page Titles

By default in Zen Cart will do what you want. I suspect that somebody has removed this functionality from the common/html_header.php file on your UPromo site.

To turn it back on you would need to put that functionality back by comparing that file with the equivalent file on the Berman site.

19 Jan 2009, 4:39 PM
#3
upromo avatar

upromo

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Re: Page Titles

I changed it in my template/common folder and it still didn't fix the issue.

19 Jan 2009, 4:40 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Page Titles

What did you change and in which common folder?

19 Jan 2009, 4:45 PM
#5
upromo avatar

upromo

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Re: Page Titles

I took the file from the

/includes/templates/iC_AthemeV1.3/common/

folder and uploaded it over

19 Jan 2009, 4:52 PM
#6
upromo avatar

upromo

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Re: Page Titles

I also went and tried changing it to a different template and it gives me the same problem.

19 Jan 2009, 4:56 PM
#7
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Page Titles

The iC_AthemeV1.3 template doesn't have that file, so I suspect that you are trying to re-install a copy that already has the problem built in. I suggest looking a copy of the html_header file in the template_default of fresh download to see what it should look like.

19 Jan 2009, 5:04 PM
#8
upromo avatar

upromo

New Zenner

Join Date:
Sep 2007
Posts:
14
Plugin Contributions:
0

Re: Page Titles

that was the problem. I've been trying to change things in the template folders instead of the default.

THANKS =)