Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Shippingprovider does not calculate VAT correct. #66

Open
gardarthorsteins opened this issue Sep 18, 2015 · 1 comment
Open

Shippingprovider does not calculate VAT correct. #66

gardarthorsteins opened this issue Sep 18, 2015 · 1 comment
Assignees

Comments

@gardarthorsteins
Copy link

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 ?

@ArnoldV
Copy link
Member

ArnoldV commented Sep 25, 2015

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants