Click or drag to resize
ShoppingCartInfoProviderCartCanBeUsedOnSiteInternal Method
Returns true if given cart can be used on given site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual bool CartCanBeUsedOnSiteInternal(
	ShoppingCartInfo cart,
	SiteInfoIdentifier site
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart to be checked.
site
Type: CMS.DataEngineSiteInfoIdentifier
ID or name of the site.

Return Value

Type: Boolean
See Also