Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
swguy
You are watching NOTIFY_MODULES_UPDATE_PRODUCT_END but not taking action when it fires. This seems like a bug.
Huh? Lines 49-55 of the plugin's admin observer read
Code:
// -----
// If a product is being updated, update its tag names as well.
//
case 'NOTIFY_MODULES_UPDATE_PRODUCT_END':
$zen_tags = new ZenTags();
$zen_tags->updateProductTagInputs((int)$p1a['products_id']);
break;
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Is this unreleased code? I think what's in the Plugin Library is different.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
swguy
Is this unreleased code? I think what's in the Plugin Library is different.
Nope, that was the precurser; the plugin library is current and that notification was in the previous (unreleased) version. It's benign as zc157 added a better set of notifications.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Am I looking at the wrong thing? When I go to Github to look at
YOUR_ADMIN/includes/classes/observers/ZenTagsAdminObserver.php
I am on
https://github.com/lat9/ZenTags/blob...inObserver.php
and that case statement isn't there.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
swguy
Yes, but it's benign. Additional notifications were added in zc157 making that notification no longer needed/used.
Zen Cart Product Tags (and Tag Cloud): Support Thread
Hello, we have installed the plug in, but the zen tag side box does not appear, we have checked the installed files several times and they are all there, zen 157d version. waiting for a codial greeting
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
giancalr
Hello, we have installed the plug in, but the zen tag side box does not appear, we have checked the installed files several times and they are all there, zen 157d version. waiting for a codial greeting
Have you edited any products to add tags? The sidebox won't display if either the plugin is not enabled via configuration or there are no tags available. See My Site (in my signature) to see how it displays on zc157d.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Thanks for the quick reply, yes I have everything enabled and inserted meta tags in the products. but it still does not appear.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
giancalr
Thanks for the quick reply, yes I have everything enabled and inserted meta tags in the products. but it still does not appear.
ZenTags doesn't use the products' meta-tags, it uses the product-tags that you supply when you edit a product.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
hello, thanks ok now it works,
I noticed that there are additional fields, EAN, Google Product Category, MNP, are they always part of the plug in?
Do these tags have an influence on search engines for positioning and seo? Thank you