How is VAT handled in EPiStore?
Versions:
4.6x,
FAQ number:
196,
Old FAQ number: 13271
Question:
How do I handle VAT in EPiStore?
Answer:
EPiStore does not have any built-in support for displaying VAT, but you could store the price including VAT in a value-key variable in the Attributes property for CartItem. The price including VAT could then be set programmatically when an item is saved. Tax values could be stored either in application variables or dynamic properties, making it easier to alter them if needed.