I've been reading through the documentation portal and couldn't find anything that would allow me to remove VAT from an order. Is there anyway to do control if VAT is added or not (through a checkbox ideally)?
You get set the VAT rate of the VAT group to 0% or you can change all the places in the templates where it fetches the price incl VAT and use the one without VAT.
The idea I had come up with was to create two VAT groups (one for the UK rate 20% and one at 0%) then try to switch the group on the order form based on a user selection. Is that something that can be done in TeaCommerce?
Get Tea Commerce 3.0.5 and in the TeaCommerceHelper class in TeaCommerce.Api.Web you can change the VAT group using SetCurrentVatGroup. Mostly used when checking VAT numbers inside the EU etc.
Removing VAT from order
Hi,
I've been reading through the documentation portal and couldn't find anything that would allow me to remove VAT from an order. Is there anyway to do control if VAT is added or not (through a checkbox ideally)?
Thanks, Jeff
You get set the VAT rate of the VAT group to 0% or you can change all the places in the templates where it fetches the price incl VAT and use the one without VAT.
Kind regards
Anders
Hi Anders,
Can you update the VAT value via a method call?
The idea I had come up with was to create two VAT groups (one for the UK rate 20% and one at 0%) then try to switch the group on the order form based on a user selection. Is that something that can be done in TeaCommerce?
Thanks for you help, Jeff
Hi Jeff
Get Tea Commerce 3.0.5 and in the TeaCommerceHelper class in TeaCommerce.Api.Web you can change the VAT group using SetCurrentVatGroup. Mostly used when checking VAT numbers inside the EU etc.
Kind regards
Anders
Hi Anders,
Thanks that seems like it will work perfectly for what I need.
Regards, Jeff
is working on a reply...