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 to 00 not working correctly

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.

im looking to increase prices by 1.4% using the bulk editor plug in.

using the calculator tool i  set first column to +, second column: 1.4, 3rd %, 4th 00, however when i click on the tick it changes the price from 5,538.00 to 5.00. when i do the same action with any other rounding value  like 99, it works correctly, adding 1.4% to 5538 and rounding giving a result of  5615.99 . As they are high value items we want pricing rounded to a whole number , but also showing the.00 as its how users are accustomed to seeing prices online.

please advise.

Hello

Please  try  in  file - \wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php - change  this  line - https://c2n.me/4fa7s6g.png

$value = round($value,0);