have you solved this? I have the same problem.
-
This reply was modified 8 years, 6 months ago by abhud.
Thread Starter
abhud
(@abhud)
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
Thread Starter
abhud
(@abhud)
It’s good idea changing woocommerce-core-functions.php. Add:
$price = $price/100 * 80;
?