Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You are not supposed to look into database schema - it's a blackbox.
VariationContent has a property named TaxCategoryId, this can be used to set the tax categories for that variant. For example a wine might have sales tax of 12% while a strong spirit has sales tax of 25%.
If I neglect to set VariationContent.TaxCategoryId, what will it affect in Episerver? I'm assuming it would affect some tax calculation somewhere?
Hi,
There is a column on dbo.Variations called "TaxCategoryId".
What does Episerver use this column for? (I don't really use it for anything in my code. Is Commerce using it for something "under the hood"?)