Line items price is incorrect on checkout
-
Hey,
I’m working on a website using the WooCommerce API. When I check out an order, the product price is wrong. The regular price for an item in the shop is €29.95, but when I create a new order, the price inside the line_items array is €24.75. So it subtracted 21% for no reason. The tax calculation itself is correct. In the image below, the country is set to Denmark with a 25% tax rate. So the €6.18 tax out of €24.75 is correct.
Inside Woocommcerce the regular price for the item is set to €29.95.
Here are my tax settings inside Woocommcerce:
Also when I do a get request for the item the price is €29.95. I’m wondering how the item price inside the line_items can be different at the checkout.
Thanks in Advance!
Cheers,
MartijnThe page I need help with: [log in to see the link]
- The topic ‘Line items price is incorrect on checkout’ is closed to new replies.