TaxClassInfoProviderGetTaxValue Method |
Returns calculated tax based on the product price and tax value. For zero tax returns 0.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax public static double GetTaxValue(
double price,
double taxValue
)
Parameters
- price
- Type: SystemDouble
Price the tax should be calculated from - taxValue
- Type: SystemDouble
Tax value
Return Value
Type:
DoubleSee Also