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

Dynamic Min and Max to Meta Fields Slider filter is not working

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,

We have custom fields added to our products and we also added these fields to husky filters as meta fields as slider. So we added the field names as custom key and configured correctly as sliders. Now, we wanted these sliders to display dynamically the minimum and maximum, so removed the default value of 1^100 (leave it empty) and we set dynamic count to yes. But still the min and max are saying 0 to 100. Can you please help us on this?

Kindly check these screenshots https://prnt.sc/jva9Ckc2K7Ua and  https://prnt.sc/pnVpz-E6OaNQ

Thank you

Hello

Without set range filter doesn't know min/max - it should always be set there manually. The plugin does not calculate min/max values automatically from your meta fields because this would require scanning all products on every page load, which is very resource-intensive operation.

What"Dynamic recount" actually does:
- It recalculates which filter options to SHOW based on current search/filter results
- It shows actual available terms and elements according to the current filtering state
- But it does NOT calculate min/max ranges for sliders dynamically

What happened in your case:
When you removed the range values (1^100), the slider fallback to default 0-100 range. This is expected behavior.

How to set it up correctly:
1. Check your actual min/max values in your products (for example, if your custom field has values from 50 to 500)
2. Set this range manually in slider settings: 50^500
3. Enable"Dynamic recount" - this will only affect the visibility of filter options based on search results, not the slider range

The slider range must be configured manually based on your actual product data. You need to know what values your custom fields contain and set the appropriate min^max in slider settings.

Hope this clarifies!