Click or drag to resize
ShoppingCartInfoProvider.RemoveShoppingCartItem Method (ShoppingCartInfo, Guid)
Removes shopping cart item and its product options from the specified shopping cart object.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public static void RemoveShoppingCartItem(
	ShoppingCartInfo cart,
	Guid cartItemGuid
)

Parameters

cart
Type: CMS.Ecommerce.ShoppingCartInfo
Shopping cart
cartItemGuid
Type: System.Guid
Shopping cart item GUID
See Also