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
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
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
Eric
20 Ways to Increase Sales Using Zen Cart
Zen Cart contribs: Simple Google Analytics, Export Shipping Information
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
that works! thank you.
but btw its ridiculous that there are no possibilities to manage things like that via admin panel (((
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
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!![]()
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...