Support » Plugin: HUSKY - Products Filter for WooCommerce Professional » Search results and Woof pagination issue

  • Resolved Weppa

    (@weppa)


    I have an issue with product search results pagination and Woof’s javascript. I have a product search field at the top of my wines webshop homepage. When you enter a search word, for example ‘Chardonnay’, the Chardonnay wines results display, so far so good. But when you click ‘2’ at the bottom of the results to see the second page of results, Woof’s javascript returns all products.
    I believe this is because Woof’s Ajax script gets and alters the href of the link, but in this case it’s not working correctly.

    “function() {
    var l = jQuery(this).attr(‘href’);
    if (woof_ajax_first_done) {
    //wp-admin/admin-ajax.php?paged=2
    var res = l.split(“paged=”);
    if (typeof res[1] !== ‘undefined’) {
    woof_ajax_page_num = parseInt(res[1]);
    }
    …”

    Could this be fixed in an update?
    Other than this, I love your plugin!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Please activate this extension – https://c2n.me/49BNN4e.png

    Thread Starter Weppa

    (@weppa)

    Thanks for your quick reply, I already tried that, but unfortunately, the extension’s search field only searches in the product title & description text, not in categories or tags. Is it perhaps possible to have the extension search for words in the product’s category or tags as well? That would also solve my problem!

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Is it perhaps possible to have the extension search for words in the product’s category or tags as well?
    – Unfortunately not
    So this plugin is incompatible with a third-party filter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search results and Woof pagination issue’ is closed to new replies.