Click or drag to resize
ICatalogTaxCalculatorFactoryGetCalculator Method
Returns a catalog tax calculator usable on the specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
ICatalogTaxCalculator GetCalculator(
	int siteId
)

Parameters

siteId
Type: SystemInt32
An ID of a site.

Return Value

Type: ICatalogTaxCalculator
See Also