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

Round 10

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

I wanted to add 15% to my products. On this page, https://bulk-editor.com/howto/can-i-select-products-and-add-15-to-their-regular-price/ you write that if I select"10 – prices will be rounded in numbers like: 23.70, 44.40, 11.10". It is not the case. Each product end by .10 ! I can't find any product ending by .20 or .40, etc...

Best

Hello

Try  in  file  - \plugins\woocommerce-bulk-editor\classes\models\products.php  add code - https://share.pluginus.net/image/i20220620092616.png

$value = ceil($value * 10) / 10;
break;