Click or drag to resize
ShoppingCartInfoProviderGetShoppingCartItem Method (ShoppingCartInfo, Int32)
Returns shopping cart item from the specified shopping cart object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ShoppingCartItemInfo GetShoppingCartItem(
	ShoppingCartInfo cart,
	int cartItemId
)

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
Shopping cart
cartItemId
Type: SystemInt32
Shopping cart item ID

Return Value

Type: ShoppingCartItemInfo
See Also