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

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

Parameters

siteId
Type: SystemInt32
An ID of a site.

Return Value

Type: ICatalogPriceCalculator
See Also