Page 1 of 5 123 ... LastLast
Results 1 to 10 of 43
  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Zen Cart Product Tags (and Tag Cloud): Support Thread

    Coming soon! I'm wrapping up the distribution for the Zen Cart Product's "Tag Cloud" plugin.

    This plugin, like its WordPress equivalent, enables your store to display a "Tag Cloud" sidebox through which your customers can search for your products using their defined "tags".

    The admin-level handling uses a bit of AJAX to allow you to easily define those tags. The plugin requires a couple of admin-level core-file edits, for Zen Cart 1.5.6 and later, to add notifications that are already "baked into" Zen Cart 1.5.7 and later to enable those definitions.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    I've just submitted v1.0.0 to the Zen Cart moderators for review; I'll post back here when it's available for download (https://www.zen-cart.com/downloads.php?do=file&id=2262).

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Quote Originally Posted by lat9 View Post
    I've just submitted v1.0.0 to the Zen Cart moderators for review; I'll post back here when it's available for download (https://www.zen-cart.com/downloads.php?do=file&id=2262).
    Now available for download.

  4. #4
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Hello. I have just installed the plugin. It's hard to say why at the moment but it seems to get negatively affected the site's "search by keyword" functionality. The feature doesn't work any longer, in fact it completely crashed. The advanced search gives you the following message: "WARNING: An Error occurred, please refresh the page and try again".http://ingars.org/
    Here you can compare. http://ingars.000webhostapp.com/. There is no plugin installed

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Quote Originally Posted by Ingar View Post
    Hello. I have just installed the plugin. It's hard to say why at the moment but it seems to get negatively affected the site's "search by keyword" functionality. The feature doesn't work any longer, in fact it completely crashed. The advanced search gives you the following message: "WARNING: An Error occurred, please refresh the page and try again".http://ingars.org/
    Here you can compare. http://ingars.000webhostapp.com/. There is no plugin installed
    FWIW, I just tried an "advanced search" with no warning on the ingars.org site. When you saw that error message, did you find an associated myDEBUG*.log file in the store's /logs sub-directory?

  6. #6
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Just experimenting looking for mouse.
    Click image for larger version. 

Name:	Annotation 2019-12-28 202158.jpg 
Views:	61 
Size:	34.7 KB 
ID:	18770

    But in fact there is a mouse on sale. See the other hoster
    Click image for larger version. 

Name:	Annotation 2019-12-28 202318.jpg 
Views:	65 
Size:	43.7 KB 
ID:	18771
    than you choose hardware + include subcategories checker and finally the warning message. I'll pull out the log.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,474
    Plugin Contributions
    88

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    What version of Zen Cart is in use? Did that fluorspar template make any changes to the default /includes/modules/pages/advanced_search_result/header_php.php file?

  8. #8
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Here is the myDEBUG
    Code:
    [28-Dec-2019 14:55:53 UTC] Request URI: /index.php?main_page=advanced_search_result&keyword=IntelliMouse&search_in_description=1&categories_id=1&inc_subcat=1&manufacturers_id=&pfrom=&pto=&dfrom=&dto=, IP address: 
    #1  trigger_error() called at [/.../..../public_html/includes/classes/db/mysql/query_factory.php:171]
    #2  queryFactory->show_error() called at [/...../....../public_html/includes/classes/db/mysql/query_factory.php:143]
    #3  queryFactory->set_error() called at [/...../...../public_html/includes/classes/db/mysql/query_factory.php:270]
    #4  queryFactory->Execute() called at [/....../....../public_html/includes/classes/split_page_results.php:78]
    #5  splitPageResults->__construct() called at [/...../....../public_html/includes/modules/pages/advanced_search_result/header_php.php:476]
    #6  require(/...../...../public_html/includes/modules/pages/advanced_search_result/header_php.php) called at [/....../....../public_html/index.php:36]
    --> PHP Fatal error: 1305:FUNCTION .................17OR does not exist :: select count(distinct p.products_id) as total  FROM (zen_products p              LEFT JOIN zen_manufacturers m              USING(manufacturers_id), zen_products_description pd, zen_categories c, zen_tags t,  zen_products_to_categories p2c )              LEFT JOIN zen_meta_tags_products_description mtpd              ON mtpd.products_id= p2c.products_id              AND mtpd.language_id = 1 LEFT JOIN zen_tags_to_products t2p ON t2p.tag_mapping_id = p.products_id  WHERE (p.products_status = 1                AND p.products_id = pd.products_id                AND pd.language_id = 1                AND p.products_id = p2c.products_id                AND p2c.categories_id = c.categories_id  AND p2c.products_id = p.products_id                     AND p2c.products_id = pd.products_id                     AND (p2c.categories_id = 1 OR p2c.categories_id in ( 4, 5, 6, 7, 8, 9, 16, 17OR ( t.tag_id = t2p.tag_id AND t.languages_id = 1 AND t.tag_name LIKE '%intellimouse%') )) AND ((pd.products_name LIKE '%intellimouse%'                                          OR p.products_model                                          LIKE '%intellimouse%'                                          OR m.manufacturers_name                                          LIKE '%intellimouse%' OR (mtpd.metatags_keywords                         LIKE '%intellimouse%'                         AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description                         LIKE '%intellimouse%'                         AND mtpd.metatags_description !='') OR pd.products_description                           LIKE '%intellimouse%') OR ( t.tag_id = t2p.tag_id AND t.languages_id = 1 AND t.tag_name LIKE '%intellimouse%') )) ==> (as called by) /............/............../public_html/includes/classes/split_page_results.php on line 78 <== in /......../............./public_html/includes/classes/db/mysql/query_factory.php on line 171.

  9. #9
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    Quote Originally Posted by lat9 View Post
    What version of Zen Cart is in use? Did that fluorspar template make any changes to the default /includes/modules/pages/advanced_search_result/header_php.php file?
    The v1.5.6c. I don't know. Will check it out.

  10. #10
    Join Date
    Sep 2019
    Location
    Ramat Gan, Israel
    Posts
    31
    Plugin Contributions
    0

    Default Re: Zen Cart Product Tags (and Tag Cloud): Support Thread

    No it appears the template does not have "advanced_search_result" folder at all.
    Click image for larger version. 

Name:	Annotation 2019-12-28 210406.jpg 
Views:	48 
Size:	126.0 KB 
ID:	18773

 

 
Page 1 of 5 123 ... LastLast

Similar Threads

  1. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 PM
  2. v156 Zen Cart Notifier Report [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 3
    Last Post: 18 Apr 2020, 11:08 PM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR