Click or drag to resize
ShoppingCartInfoProviderCreateShoppingCartInfoInternal Method (Int32)
Returns new empty shopping cart object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ShoppingCartInfo CreateShoppingCartInfoInternal(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site ID

Return Value

Type: ShoppingCartInfo
See Also