Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello

    Please update plugin to latest version

    Try to disable all plugins except woo+woof and do test

    Thread Starter rajanm0690

    (@rajanm0690)

    Hi,

    Thanks for the immediate reply, I updated the plugin and checked by deactivating all plugin but the problem is still there,

    I check one category and uncheck manually then go to next category, it won’t pass the uncheck category in the url but I have used jquery script to remove the checked attribute if another checkbox is checked like this

    
       $('.woof_term_205 li input.woof_checkbox_term').on('change', function() {
        $('.woof_term_205 li input.woof_checkbox_term').not(this).prop('checked', false);  
        });

    But after searching its take unchecked category too in the URL which I removed via jquery, please help me to sort out

    Thanks in advance

    Hello

    I see that you have customized the plugin code.

    Non-standard filter structure(html)

    I can’t tell you what you did wrong. You should hire a developer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter adding unchecked category too’ is closed to new replies.