Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartInfoInternal Method (Int32)
Returns shopping cart with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual ShoppingCartInfo GetShoppingCartInfoInternal(
	int cartId
)

Parameters

cartId
Type: SystemInt32
Shopping cart ID

Return Value

Type: ShoppingCartInfo
See Also