You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2019. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 ?
The text was updated successfully, but these errors were encountered: