• Resolved seamhuis

    (@seamhuis)


    Hi,

    Advanced woo search was working perfectly up until now but has suddenly stopped working , see link.

    Thanks in advance.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • I have the same! not showing any Ajax search results, after i type in keyword, I use to see a list of suggestions, now i see nothing

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try to do following thing – open advanced-woo-search/assets/js/common.js file, find lines

    var data = {
    action: 'aws_action',
    keyword : searchFor,
    page: d.pageId,
    tax: d.tax,
    lang: d.lang,
    pageurl: window.location.href,
    typedata: 'json'
    };

    and replace with

    var data = {
    action: 'aws_action',
    keyword : searchFor,
    aws_page: d.pageId,
    tax: d.tax,
    lang: d.lang,
    pageurl: window.location.href,
    typedata: 'json'
    };

    Please after doing this write me about the results.

    Regards

    Thread Starter seamhuis

    (@seamhuis)

    Hi ,
    Thanks for coming back to me but unfortunately it didn’t do any difference.

    All the best,
    e.

    Plugin Author ILLID

    (@mihail-barinov)

    Are you sure? I can check search form on your sire and all seems to works fine – https://prnt.sc/u435me

    Please try to clear browser cache.

    Thread Starter seamhuis

    (@seamhuis)

    My apologies, i had cleared the cache and all but maybe should’ve waited a while.
    It’s working fine now, thanks a million.

    Plugin Author ILLID

    (@mihail-barinov)

    Fix in version 2.09

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Aws not searching’ is closed to new replies.