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

Bulk Edit | Numeric Values | Increase by %

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.

I used this functionality and it increased the numbers correctly, but some of them now have 4 places after the decimal.

This is a price field I am editing, so I wanted it to be something like: $21.35 instead of $21.3578

Screenshot attached.

Any idea how I can fix this?

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

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

I pasted the license key, thanks.

 

I read the price rounding documentation, its great. However I don't necessarily wish to round the values. I want to increase a price by exactly 12%, I just want 2 decimal spots, not 4.

Hello

OK! Great! In this case, you need code customization - https://share.pluginus.net/image/i20250304104516.png

With this code you can manipulate the value.  something like this -  round($value, 2)