Can anyone help on what file I need to edit to change the title bar: Zencart!, The art Of Eccomerce? I'm using V1.3.01.Thanks everyone for your help.
Can anyone help on what file I need to edit to change the title bar: Zencart!, The art Of Eccomerce? I'm using V1.3.01.Thanks everyone for your help.
Skeeter-
Welcome to Zen Cart. Please begin by reading the FAQs, specifically the ones regarding customizing the catalog.
Sorry Kim, I've been on here for several months now,but t/y for the greeting that was nice of you.I had done a search using every concievable wording and thought I had looked at faqs thoroughly with no luck so I relented and posted.I'll take another look at the faqs for customizing.Thanks Kim
Perhaps this one will help. http://www.zen-cart.com/forum/faq.ph...aq_change_text
I am sorry to repost this but I have been thru the faqs several times and did countless searches and went into the dev. tool kit and tried looking for the file to edit , with still no luck.Can someone please tell me what file in v1.3.01 to edit the title bar: Zen Cart!,The art of E-commerce.Thank you
This is pretty easy, and many people ask this question.
It's simple. Find includes/languages/english.php
define('TITLE', 'My Site Title');
define('SITE_TAGLINE', 'For all to see');
Be sure to use the template overrides!![]()
Ahh t/y to both of you for your help here.I appreciate it greatly. I had opened and had changed the includes/languages/english.php earlier this morning..like 4 am.I had copied and saved the dang thing to the correct folder in "mydocuments" instead of to my custom template folder I had.Too late a night ,too early in the morning.But I knew I had changed it with no luck showing.So t/y both again,I appreciate the help.I think I need a vacation on this one today.This had drove me half nuts on figuring where the file was.
Actually these no longer are in the english.phpOriginally Posted by bobdog
They were commented out several versions ago and moved to the:
/includes/languages/english/meta_tags.php
You would copy this to your templates and overrides directory:
/includes/languages/english/your_template_dir/meta_tags.php
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Sorry to bring up an old thread just wanted to know how i can remove the comma (,) in my title bar currently its like Tru Water Filters, ......... I wish to change it to a hyphen (-)
Thanks
Peek in the settings of the language file for the meta_tags.php ...
// Define Tertiary Section Output
define('TERTIARY_SECTION', ', ');
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!