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

Request for rounding

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.

Hello, is it possible to get rounding not just by cents, but by basic monetary units, for example to make rp- 25% and round to 9 units:

199 rp - 25% = 149.25 which is then rounded to 149

and to get more options?

 

Hello

Please  read  this - https://bulk-editor.com/woocommerce-price-rounding

Try to use hook ‘woobe_number_field_manipulation

And  example

$price = (ceil($price / 10) * 10) -1;