You have no items in your shopping cart.

Profile: rrogne

Avatar
Statistics
    Bugs

    Hi, after i have uninstalled your plugin i'm not receiving any products on my category page. Is there anything more i need to do, unless press "uninstall" in admin?

    6 years ago
    Bugs

    I found a setting {catalogsettings.searchpageproductsperpage} which was set to 6, therefor i always received 6 products.

    6 years ago
    Bugs

    Worth mention is that i always get 6 products as a result after i removed my filter selections.

    6 years ago
    Bugs

    Hi, again. The search is working at the moment. But after i have made some filter changes, and i would like to clear everything i wont get back to the original search result.

    First when i search i have 39 in the result. After i select one filter, for example "beige", i have 2 as result. When i remove that selection i have 6 products as result.

    I noticed that my url after i removed my filter selection looks like this http://familjetapeter.se.motillo.se/sv/search?q=apple#/q=apple is this section #/q=apple of my url contribute to this problem?

    6 years ago
    Bugs

    Do you have any idea why i get this response?

    6 years ago
    Bugs

    My website have the new code, so inspect the website. Set a debugger on row 467 on ajaxSmartFilters.js, and you'll see i get into that if statement.

    6 years ago
    Bugs

    Somewhere i do have those classes, because i get into that if statement.

    6 years ago
    Bugs

    changed this line

    var fns_searchepageinputvalue = $("#search-value").val();
    6 years ago
    Bugs

    I am not sure if that will solve the problem, because i change that code earlier. But I will give it a try.

    var fns_searchepageinputvalue = $(".search-input").find("#q").val();
            if (fns_searchepageinputvalue == undefined)
                fns_searchepageinputvalue = $(".search-input").find("#Q").val();
            if (fns_searchepageinputvalue != undefined && fns_searchepageinputvalue.trim().length > 0) {
                fns_searchepageinputvalue = fns_searchepageinputvalue.trim();
                speed_filter_urlparam = sf_addparameterblock(speed_filter_urlparam, "q=" + fns_searchepageinputvalue, "&");
                speed_filter_filterstring = sf_addparameterblock(speed_filter_filterstring, "q=" + fns_searchepageinputvalue, "&");

    I am only interested in the code above, so i will change it to following. I really don't need to set the other parameters. Does your plugin require any parameters to make it work?
    Because i sill get following response
    {"success":false,"message":"Error. Failed to load products. Please refresh the page and try one more time."}
    6 years ago
    Bugs

    That code gets correct query string.

    $('#search-value').val()
    6 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved