Returns tax value based on the product price and tax type.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- price
- Type: System Double
Price the tax should be calculated from
- taxValue
- Type: System Double
Tax value
- isFlat
- Type: System Boolean
True - tax value is flat, False - tax value is relative
Return Value
Type: DoubleSee Also