Open gardarthorsteins opened 9 years ago
Hey Gardar!
Following European rules, we average the VAT of the products and apply that to the shipping. At the moment it's not possible to overrule this with the percentage on the provider. That percetnage is only used if you want to 'sum up' your shipping costs on your website without having anything in the customers basket.
Hi,
I'm having these strange issues with shipping providers and VAT.
All my shipping providers are configured to have 0 VAT but products can have 0 and a few different percentages ranging from 7% to 24%.
In one order f.ex we have 1 product and it has 24% VAT. total 684 kr. Ex vat : 552 kr.
and shipping provider amount that is 310 kr. (with vat : 384 kr. (24% that should not be added))
Total charged is : 1.069 kr. But should be 994 kr.
684 + 310 = 994
But the ChargedOrderAmount is calculated like this : 684 + 384 = 1068.
The order has IsVatCharged = true.
If the order has product that has VAT on it then shipping provider gets the same VAT ?