Developer forum

Forum » Development » VAT and ShippingFeeProvider

VAT and ShippingFeeProvider


Reply
Hi,

I've developed a ShippingFeeProvider to add my own logic for calculating shipping fee. I've instructed ecom to calculate VAT on shipping fee in Mgmt Center -> ecom -> advanced -> prices, but it seems that CartV2 chooses to ignore this setting. The VAT is calculated based only on the products in the basket.

Any ideas?

BR.
Lars

Replies

 
Nicolai Høeg Pedersen
Reply
Just to be sure - you've implemented the FindFee method and returns a PriceRaw object. And no vat is calculated on the order?

What is your system sales tax set to?

What is the sales tax set to on the default country?
 
Reply
VAT is calculated on the order, however, the calculated VAT does not include shipping.

System tax is set to 19, and seperate VAT settings have been made for DK = 25 and DE = 19 in the VAT module.

I also have a VAT provider that calculates the price of products, but I don't assume this has anything to do with this issue.

BR.
Lars

 

You must be logged in to post in the forum