Forums
(@timmetj)
9 years, 11 months ago
I have also searched the code and find that the price it not stored correctly for WC. You can edit /classes/dao.php on line 92 change $_REQUEST['_wcpb_product_sale_price'] to wc_format_decimal($_REQUEST['_wcpb_product_sale_price'])
$_REQUEST['_wcpb_product_sale_price']
wc_format_decimal($_REQUEST['_wcpb_product_sale_price'])