When I click a Manufacturer from the Manufacturer side box the browser tab reads Manufacturer:TITLE, SITE_TAGLINE
Microsoft:Atomicbit.com, Taranto Info Systems.
I don't want Manufacturers or Product in my browser bar?, Help.
When I click a Manufacturer from the Manufacturer side box the browser tab reads Manufacturer:TITLE, SITE_TAGLINE
Microsoft:Atomicbit.com, Taranto Info Systems.
I don't want Manufacturers or Product in my browser bar?, Help.
Did you try to customize the module file for the meta_tags.php around line 148:
You can test you are fixing the correct line with something like:Code:define('META_TAG_TITLE', str_replace('"','', $manufacturer_metatags->fields['manufacturers_name'] . PRIMARY_SECTION . TITLE . TAGLINE));
NOTE: Be sure that you use your templates and overrides file for the changes ...Code:define('META_TAG_TITLE', 'HELLO WORLD!' . str_replace('"','', $manufacturer_metatags->fields['manufacturers_name'] . PRIMARY_SECTION . TITLE . TAGLINE));
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!
I looked in includes/languages/english/meta_tags.php and did not see it there.
v1.3.9h, godaddy, ubuntu, firefox
Could you look for the module in the:
/includes/modules/meta_tags.php
and you can then customize it and put your changes in:
/includes/modules/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!
Found it modules