AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ISnipcartItem..::..Taxes Property

Using this option, you can define which taxes will be applied on this particular item. It might be useful when you have some products that are exempted from a specific tax. The usage is data-item-taxes="TPS|TVQ". Each taxes are separated by a |. The value must be the same name that is defined in the dashboard. You can also use the unique ID that is generated by your tax rule, available in the URL when editing a tax in the dashboard. Note that the unique IDs will not be the same in Live and Test modes.

Namespace:  AdvantageCSP.Snipcart.Interfaces
Assembly:  AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)

Syntax


[JsonPropertyAttribute]
[DisplayNameAttribute]
List<string> Taxes { get; }

Field Value

The taxes.