Now available for download ... http://www.zen-cart.com/downloads.php?do=file&id=932
Now available for download ... http://www.zen-cart.com/downloads.php?do=file&id=932
I've just submitted v2.1.0 to the plugins:
- Remove use of the HTML editor, since the keywords and description meta-tags are stripped of HTML content, anyway!
v2.1.0 is now available for download.
using .... v.2.1.0
(zen cart v.1.5.4)
I kept copying and re-copying up this module thinking Id made a mistake ....
But when looking at this forum I could see that
includes\languages\english\extra_definitions\manufacturers_metatags.php
TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS
should be TEXT_INFO_HEADING_EDIT_MANUFACTURER_META_TAGS
PHP Code:<?php
// -----
// Part of the Manufacturers Meta Tags plugin for Zen Cart.
//
define('TEXT_INFO_HEADING_EDIT_CATEGORY_META_TAGS', 'Manufacturers Meta Tags Definitions');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_INTRO', 'Define Custom Meta Tags');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_TITLE', 'Title:');
define('TEXT_EDIT_MANUFACTURER_META_TAGS_KEYWORDS', 'Keywords:');
define('TEXT_EDIT_MANUFACTURERS_META_TAGS_DESCRIPTION', 'Description:');
Oops!I'll get that change queued. Thanks for the report.
I've just submitted v2.1.1 to the plugins for review to correct the constant definition.
I am still having a problem but it could be something else causing it. Or me !
The "admin" for this add-on works great - Ive filled the meta title, keywords and description within the panel
and the data for this has translated onto the new database table meta_tags_manufacturers_description.
But the source code remains the same ... no extra statements or use of the data.
And Im not sure if normally zen cart would put the manufacturers name between the title tags, but this isnt filled either - it just shows
<title></title>.
for example http://www.tidytoys.co.uk/ark-toys-13 then right click "view page source"
Yes, changing the template over does give the same source code.
PHP Code:<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="author" content="The Zen Cart® Team and others" />
<meta name="generator" content="shopping cart program by Zen Cart®, http://www.zen-cart.com eCommerce" />