Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

TaxCategoryId?

Vote:
 

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"?)

#194775
Jul 02, 2018 17:58
Vote:
 

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%.

#194776
Jul 02, 2018 18:30
Vote:
 

If I neglect to set VariationContent.TaxCategoryId, what will it affect in Episerver?  I'm assuming it would affect some tax calculation somewhere?

#194777
Jul 02, 2018 18:41
Vote:
 

If you have TaxCategoryId set for a SKU, and it is added to the cart as a line item, and if you are shipping to an address that match a tax configuration, then yes, tax(es) will be calculated for your item. 

#194778
Jul 02, 2018 19:37
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.