1

WooCommerce calculates the VAT (in this case 20%) per line (wrong), but really should calculate VAT per item (right).

For example, we have a product that is 0.13p (excl VAT), which shows as 0.16p (inc VAT) on the frontend. This is fine as 0.13p + 20% = 0.156p and is rounded up to 0.16p. If you add 5 of these to the cart you would expect to see 0.16p x 5 = 0.80p but instead we get 0.78p. My guess is that WooCommerce is calculating the VAT per line and not per item (e.g. 0.13p x 5 = 0.65p and then 0.65p + 20% = 0.78p). See below.Wrong Amount

I have tried all sorts of different settings with no success, this is how they are now (see pic attached).Tax Settings

Has anyone experienced the same issue? Have you found a solution? Obviously, I can't launch this with such a bug.. Many thanks!

Alex
  • 23
  • 1
  • 6
  • 1
    I would suggest opening a ticket with WooCommerce. They respond pretty quickly and you should get a more certain answer. – Difster Jul 31 '17 at 13:48
  • Thank you, I will try that and post reply/solution back – Alex Jul 31 '17 at 13:55
  • WooCommerce tickets get a very fast reply. It seems that its not possible. I have found a way around it by setting the prices including tax, then the correct .80 shows up. – Alex Aug 16 '17 at 10:28
  • Good to know. Thanks. – Difster Aug 16 '17 at 17:51

0 Answers0