PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Hierarchy drop-down

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, I have problem with hierarchy-dropdawn filter. I have used this shortcode

[woof sid="wdwm_pf" autohide="0" autosubmit="0" is_ajax="1" ajax_redraw="1" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="product_cat, product_tag"]
but the filter wont work with ajax.
Here is screen
I choose the first option, the second one is disabled.
Plugin options

Additional information is that I use the same filter on the /shop/ with such a shortcode

[woof sid="wdwm_pf" autohide="0" autosubmit="1" is_ajax="1" ajax_redraw="0" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="product_tag,product_cat"]
and here it is as I need it.

Hello

You just turned off autosubmit - https://share.pluginus.net/image/i20240419123605.png

So please use this shortcode:

[woof sid="wdwm_pf" autohide="0" autosubmit="1" is_ajax="1" ajax_redraw="1" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="product_cat, product_tag"]

Thanks for your answer Pablo,

when I turn on autosubmit, then it goes to archive page. I won't it. I need set firest option, then ajax should enabled secound option and so on. And finally, I will click the"Filter" button myself.

Ok!  This is exactly what a filter should do with  autosubmit="1"  ajax_redraw="1"

Please drop me exact link to this page

Link is in private data for this topic.

This works

[woof sid="wdwm_pf" autohide="0" autosubmit="1" is_ajax="0" ajax_redraw="1" start_filtering_btn="0" btn_position="b" dynamic_recount="-1" hide_terms_count_txt="0" mobile_mode="0" tax_only="product_cat, product_tag"]

Hello

Ok! Great!