TaxClassInfoProviderGetTaxValueInternal Method |
Returns tax value based on the product price.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax protected virtual double GetTaxValueInternal(
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