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

rounding regular price

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,

Rounding does not seem to work as it should and stated in https://bulk-editor.com/document/woocommerce-price-rounding/

I try to decrease all regular prices with 2% and round it with 9.
But when i do that it rounds everything with 09
I also tried it with 5, but that also makes it 05

In the document it tells it should make all prices end on 9 or 5 (17,39 or 17,35), not 09 or 05 (17,09 or 17,05)

Check screenshot:

 

Please advice, thanks.

Hello

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

What plugin version number are you using?

version 2.1.2

sorry, 2.1.3

Also when i do not use binded editing and just try with one product also it does not work. makes it always .05 or .09
With .10 it does work correct, makes it .10 .20 .30 .40 .50 .60 .70 .80 .90 .00 depending on closest

Sorry, your license key is not valid.

sorry, updated now.

 

Hello

Please  try  in  file - \wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php - add  code - https://share.pluginus.net/image/i20230113142236.png

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

and  do a test

Hi,

That works, but why is this not in the file already? If i update the plugin it will be gone again right?
I should do this for 10 and 9 also, right?
Thanks

Hello

This will be fixed in the next version of the plugin.