Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
giancalr
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
None of the additional fields you identified are provided or used by the plugin. The tags provide an alternate method for customers to search for your products; they are not included in a specific product's meta-data and, thus, provide no influence on search engines.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Hello, thanks, for the info, but so the plug in has no purpose, the tag cloud in wordpress have a specific function of creating an ad hoc link to index and position in search engines, it would be advisable to have the plug in do this job , customers just need to search with the search box. Cordial greetings
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
v2.0.0 of Zen Cart Products' Tags is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2262
This release contains changes associated with these GitHub issues:
#8: Include product's tags on the product's details-page.
#9: Drop support for Zen Cart versions prior to 1.5.8a.
#10: Use zen_cfg_read_only for the plugin's installed-version configuration.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Hello there,
I am not sure if its a php thing, I am on 7.x as still sorting out minpr issues with php 8 switch. But I get the following error with 2.0:-
Quote:
PHP Fatal error: Uncaught Error: Call to undefined method ZenTags::getProductTagLinks() in /***/public_html/includes/modules/pages/product_info/header_php_product_info_zen_tags.php:14
I disabled that file for now as getting logs every few seconds. Site seems to still work though, just warning log.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
HeathenMagic
Hello there,
I am not sure if its a php thing, I am on 7.x as still sorting out minpr issues with php 8 switch. But I get the following error with 2.0:-
I disabled that file for now as getting logs every few seconds. Site seems to still work though, just warning log.
Yep, that function doesn't exist, nor is the output of that header-file used anywhere!
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Hello, i have the same debug, work on php8.2, 1.5.8a, the product info page can't open.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
joeyzone
Hello, i have the same debug, work on php8.2, 1.5.8a, the product info page can't open.
Right, just remove the file /includes/modules/pages/product_info/header_php_product_info_zen_tags.php
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Hi there,
Thanks for the plugin. It seems to be working out ok until I click on a product I then get the following error.
Code:
PHP Fatal error: Uncaught Error: Call to undefined method ZenTags::getProductTagLinks() in C:\xampp\htdocs\***\****\includes\modules\pages\product_info\header_php_product_info_zen_tags.php:14
Using:
Zen Cart v2.1.0
PHP: 8.2
Thanks for any assistance
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
Quote:
Originally Posted by
Shifty_J
Hi there,
Thanks for the plugin. It seems to be working out ok until I click on a product I then get the following error.
Code:
PHP Fatal error: Uncaught Error: Call to undefined method ZenTags::getProductTagLinks() in C:\xampp\htdocs\***\****\includes\modules\pages\product_info\header_php_product_info_zen_tags.php:14
Using:
Zen Cart v2.1.0
PHP: 8.2
Thanks for any assistance
Scroll up this page a bit and start reading from post #44 as this issue has been raised previously.
Re: Zen Cart Product Tags (and Tag Cloud): Support Thread
oh my. My apologies. Thank you for the reply