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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static ShoppingCartInfo GetShoppingCartInfo(
	int cartId
)

Parameters

cartId
Type: SystemInt32
Shopping cart ID

Return Value

Type: ShoppingCartInfo
See Also