Click or drag to resize
IShoppingCartCalculationFactoryGetCalculator Method
Returns calculator implementation based on given SiteInfoIdentifier.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
IShoppingCartCalculator GetCalculator(
	SiteInfoIdentifier siteIdentifier
)

Parameters

siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier

Return Value

Type: IShoppingCartCalculator
Remarks
Never return null object! Use empty implementation if needed.
See Also