
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 23, 2024, 12:16
Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 25, 2024, 10:59
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
It is possible that you do not have products that have these attributes at the same time. I mean that after filtering the plugin recalculates the attributes and shows only relevant elements. also check that the entire cache is cleared
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
It is possible that you do not have products that have these attributes at the same time. I mean that after filtering the plugin recalculates the attributes and shows only relevant elements. also check that the entire cache is cleared

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 25, 2024, 12:49
Yes. Please check these options - https://share.pluginus.net/image/i20240425134855.png
Yes. Please check these options - https://share.pluginus.net/image/i20240425134855.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 26, 2024, 09:59
Hello
In this case, you need to activate dynamic recalculation to show only relational data.
Unfortunately, the plugin cannot separately enable/disable dynamic recalculation for different filter elements
Hello
In this case, you need to activate dynamic recalculation to show only relational data.
Unfortunately, the plugin cannot separately enable/disable dynamic recalculation for different filter elements

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 29, 2024, 12:34
Hello
You want to get unusual functionality so that the plugin shows all filters and at the same time displays only related ones
To implement your custom logic you need custom code
Hello
You want to get unusual functionality so that the plugin shows all filters and at the same time displays only related ones
To implement your custom logic you need custom code

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 30, 2024, 12:17
Hello
Yes, Do you have programming experience?
Or perhaps you have a developer?
Hello
Yes, Do you have programming experience?
Or perhaps you have a developer?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 1, 2024, 10:55
Hello
Ok! in file - wp-content\plugins\woocommerce-products-filter\views\html_types\select.php - in two places you will find this code - https://share.pluginus.net/image/i20240501115306.png
Before this code you need to create comparison conditions for the current taxonomy $tax_slug - and depending on this assign 0 or 1 to $show_count_dynamic
Hello
Ok! in file - wp-content\plugins\woocommerce-products-filter\views\html_types\select.php - in two places you will find this code - https://share.pluginus.net/image/i20240501115306.png
Before this code you need to create comparison conditions for the current taxonomy $tax_slug - and depending on this assign 0 or 1 to $show_count_dynamic