Forums
(@abhud)
7 years ago
have you solved this? I have the same problem.
10 years, 9 months ago
I have new problem. Everything is OK, but this price is not sending to database. Do you know where woocomerce sending these things and how to modify it? Thanks
It’s good idea changing woocommerce-core-functions.php. Add: $price = $price/100 * 80; ?
$price = $price/100 * 80;