Hi Zenners,
Somehow; i have no idea when or how the metatags system is not working anymore in a zencart 1.3.5 version....
The icons just do not show up in the categories or products admin pages
anyone a clue what and where to look for??
Thanks!
Hi Zenners,
Somehow; i have no idea when or how the metatags system is not working anymore in a zencart 1.3.5 version....
The icons just do not show up in the categories or products admin pages
anyone a clue what and where to look for??
Thanks!
Check that your admin files are v1.3.5 and not from an add-on ...
NOTE: you really want to upgrade to v1.3.6 and not try to run a shop with v1.3.5 ...
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!
Any file pointers maybe? I checked and checked, overwritten with old categories.php file but no luck yet...
I am having some difficulties in general with the updates for zencart ...... with a more or less hacked site with modules/ custom made extra's it is not really "easy" to upgrade all the time. So i check files, fix security bucks, read and apply other safety measurements but a full upgrade....
Development is great and very much appreciated but has a downside.
Check that these images are on your server ... might delete them and reload them if they are:
/admin/images/icon_edit_metatags_off.gif
/admin/images/icon_edit_metatags_on.gif
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!
hi! The images are there... and are showing on the admin categories page but only in the : "legenda" not next to all the other option buttons on every row of a category or product![]()
What is the ID on your file:
/admin/includes/category_product_listing.php
Do you see code in there similar to:
PHP Code:<?php
// bof: categories meta tags
if (zen_get_category_metatags_keywords($categories->fields['categories_id'], (int)$_SESSION['languages_id']) or zen_get_category_metatags_description($categories->fields['categories_id'], (int)$_SESSION['languages_id'])) {
echo '<a href="' . zen_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&cID=' . $categories->fields['categories_id'] . '&action=edit_category_meta_tags') . '">' . zen_image(DIR_WS_IMAGES . 'icon_edit_metatags_on.gif', ICON_METATAGS_ON) . '</a>';
} else {
echo '<a href="' . zen_href_link(FILENAME_CATEGORIES, 'cPath=' . $cPath . '&cID=' . $categories->fields['categories_id'] . '&action=edit_category_meta_tags') . '">' . zen_image(DIR_WS_IMAGES . 'icon_edit_metatags_off.gif', ICON_METATAGS_OFF) . '</a>';
}
// eof: categories meta tags
?>
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!
oooh my... how did this old file get their....thanks for your post!!
My file in admin/includes/modules/ was definitely outdated...
Thanks for the update that you were using an out of date file ...![]()
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!