Click or drag to resize
TaxClassInfoProviderGetTaxValueInternal Method
Returns tax value based on the product price.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
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: Double
See Also