Developer forum

Forum » Development » Handle VAT on shipping fee

Handle VAT on shipping fee

Anders Ebdrup
Anders Ebdrup
Reply

Hi Dynamicweb,

 

I have a FeeProvider where I need to set the VAT-amount on the fee, but right now the provider only returns PriceRaw which does not handle VAT.

So how can I specify whether the current shipping fee should include VAT as it varies from country to country and from customer to customer.

 

Best regards, Anders


Replies

 
Nicolai Pedersen
Reply

Hi Anders

You should be able to specify that using the VAT and country setup.

Otherwise you have to set it directly on the Order.ShippingFee property.

BR Nicolai

 
Anders Ebdrup
Anders Ebdrup
Reply

Hi Nicolai,

 

Thanks for answer - still it would be nice to be able to set the VAT in the feeprovider. :-)

Which notifier would be feasible for setting the Order.ShippingFee?

 

Best regards, Anders

 
Nicolai Pedersen
Reply

How about AfterShippingMethodIsSet notification?

 

You must be logged in to post in the forum