cubecart / v6

CubeCart Version 6
https://cubecart.com
71 stars 59 forks source link

VAT issue in 6.5.4 #3557

Closed desktop-solutions closed 1 month ago

desktop-solutions commented 2 months ago

I recently upgraded six sites to 6.5.4. Those customers are reporting an issue with VAT doubling to 40%.

Is there a fix for this?

desktop-solutions commented 2 months ago

Looking at the affected sites the vat calcs just don't make sense image

outrank-james commented 1 month ago

This looks to still be an issue - Prices are entered in the backend exclusive of VAT

(£5.00 ex vat = £6.00 inc vat - which would make VAT £1.00 (for the product) plus the shipping vat of 0.74p - total vat £1.74)

Screenshot 2024-05-20 at 12 09 28 pm

abrookbanks commented 1 month ago

Are you on 6.5.5?

outrank-james commented 1 month ago

@abrookbanks - Yes updated last week

outrank-james commented 1 month ago

Ok I think I've found the issue - looks to be related to "shipping" side of things - removing VAT from Shipping fixes it.

outrank-james commented 1 month ago

Coming back to this - so when disabling VAT for shipping checkbox - the price of vat for the product is calculated correctly.

The website is using "By Weight" shipping module - which has a price Inclusive of VAT - so it would need to remove the VAT from the shipping price Screenshot 2024-05-20 at 1 04 49 pm Screenshot 2024-05-20 at 1 05 12 pm

abrookbanks commented 1 month ago

Thanks for the info.

abrookbanks commented 1 month ago

Please find fix above. Sorry for any inconvenience caused.

outrank-james commented 1 month ago

Please find fix above. Sorry for any inconvenience caused.

I've tested the code tweaks and can confirm that's resolved the issue.