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?
![]()
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?
![]()
Last edited by UPromo; 19 Jan 2009 at 05:07 PM.
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.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I changed it in my template/common folder and it still didn't fix the issue.
What did you change and in which common folder?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I took the file from the
/includes/templates/iC_AthemeV1.3/common/
folder and uploaded it over
I also went and tried changing it to a different template and it gives me the same problem.
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.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
that was the problem. I've been trying to change things in the template folders instead of the default.
THANKS =)