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

Format Number Price Filter Dropdown

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.
Is there a way I can format the number to show spaces between 1000s on the price dropdown?
Example:
From 50000 - 1500000 to 50 000 - 1 500 000 - https://prnt.sc/pb94bq

Hello

Please  renew  your  support

Try  in file \meta-data-filter\views\shortcode\range_select.php - change  code - https://c2n.me/43NFzNG.png

number_format($val, 0, ',', ' ')

It worked, thanks.

I'm worried though that an update will wipe the changes and I will forget about it. Is there a way in which I can hook into the plugin to change this in my child theme, to prevent updates from restoring the original plugin settings?

Also, I've renewed my support, thanks

Hello

Unfortunately there is no way to do this.