Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43
  1. #21
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by lat9 View Post
    Thanks to @Ingar for access to his site so that I could "see" what was going on. I've just submitted v1.0.1 of the plugin to the Zen Cart moderators for review and will post back here when it's available for download.

    This release contains changes associated with the following GitHub issues:

    #5: Advanced Search: Correct MySQL error when sub-categories included.
    #6: Advanced Search: Correct "no search results returned" when no tags are defined.
    #7: Don't display Tag Cloud sidebox if no tags are defined.
    Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2262

  2. #22
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

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

    Hello there,
    Thanks for making this module! I just wondred, when using DBio importer, is there a way to import tags that are phrases of two words or more? I can set them in admin but it doesn't seem to like them (which makes sense). Wasn't sure if there was a symbol that would act as a space? Thanks in advance.

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

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

    Quote Originally Posted by HeathenMagic View Post
    Hello there,
    Thanks for making this module! I just wondred, when using DBio importer, is there a way to import tags that are phrases of two words or more? I can set them in admin but it doesn't seem to like them (which makes sense). Wasn't sure if there was a symbol that would act as a space? Thanks in advance.
    FWIW, I normally use a hyphen (-) to make kinda-sorta-not-exactly phrases (like the in-core tag on my website).

  4. #24
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    FWIW, I normally use a hyphen (-) to make kinda-sorta-not-exactly phrases (like the in-core tag on my website).
    Thanks for that. I did think of a hyphen but wasn't sure if it would mess with the SEO or the module functionality. Though I title most images like this, so think hyphens must be okay.

  5. #25
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

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

    Cindy how would I get the tags related to a product to display below actual product?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  6. #26
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by Nick1973 View Post
    Cindy how would I get the tags related to a product to display below actual product?
    Good idea, Nick. I've created a GitHub issue (https://github.com/lat9/ZenTags/issues/8) to track this change request.

    I'm assuming that your request is for inclusion on a product's details (e.g. product_info) page.

  7. #27
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

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

    Quote Originally Posted by lat9 View Post
    Good idea, Nick. I've created a GitHub issue (https://github.com/lat9/ZenTags/issues/8) to track this change request.

    I'm assuming that your request is for inclusion on a product's details (e.g. product_info) page.
    Yes on the product info page. The idea being that google will come along and pick up the associated keywords and then rank each product in the associated searches when someone searches on a specific term.

    Here's another one for you. On the advanced search result page after you click on a tag it just says Advanced Search Result in the H1 tag.

    It might be good to include the keyword term in the Advanced Search Result H1 tag. So you would have

    HTML Code:
    <h1>Advanced Search Result - My Keyword Term from the Tag Cloud</h1>
    I am also wondering if it would be beneficial to include these pages associated with the tag cloud in the website XML Sitemap with the Sitemap XML module.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  8. #28
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

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

    Quote Originally Posted by Nick1973 View Post
    Yes on the product info page. The idea being that google will come along and pick up the associated keywords and then rank each product in the associated searches when someone searches on a specific term.

    Here's another one for you. On the advanced search result page after you click on a tag it just says Advanced Search Result in the H1 tag.

    It might be good to include the keyword term in the Advanced Search Result H1 tag. So you would have

    HTML Code:
    <h1>Advanced Search Result - My Keyword Term from the Tag Cloud</h1>
    I am also wondering if it would be beneficial to include these pages associated with the tag cloud in the website XML Sitemap with the Sitemap XML module.
    Nick, I'll note that the breadcrumbs for the search page already include the search term; see https://vinosdefrutastropicales.com/...&keyword=debug.

    Regarding the Sitemap XML information, I don't see what 'group' a collection of searchable products would fall into.

  9. #29
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

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

    Quote Originally Posted by lat9 View Post
    Nick, I'll note that the breadcrumbs for the search page already include the search term; see https://vinosdefrutastropicales.com/...&keyword=debug.

    Regarding the Sitemap XML information, I don't see what 'group' a collection of searchable products would fall into.
    Yeah I have it working on my site https://venturedesignandprint.co.uk

    It's working a treat by the way. Do you think having the search term in the breadcrumbs is enough to make the actual search page an individual page for google ranking?

    I'm not sure how you would do the sitemap, but I was thinking of each individual search term defined leading to the search page in the sitemap.

    As an example I have 'Custom Business Cards' set up as a tag, and the link goes to https://venturedesignandprint.co.uk/...siness%20cards

    So it would be the search link that appears in the sitemap xml file. Not the individual products for that term. I suppose you could categorise them as something like 'Tagged Products' and 'sitemaptaggedproducts.xml' with a list of the tag links for google to crawl.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  10. #30
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

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

    You are watching NOTIFY_MODULES_UPDATE_PRODUCT_END but not taking action when it fires. This seems like a bug.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 3 of 5 FirstFirst 12345 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