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

Sale 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.

If sale price is set to 0,  then it will put 0,00 i n the saleprice field. So frontend all products are on sale with 0 in price. Bug?

 

 

Hello

Try  in file  - wp-content\plugins\woocommerce-bulk-editor\classes\models\products.php   add  this  code - https://c2n.me/41IhH0L.png

if($field_key == 'sale_price' AND $value<0){
$value=false;
}

Then try to  delete  sale  price - set  it as  -1