ShoppingCartInfoProviderRemoveShoppingCartItem Method (ShoppingCartInfo, Guid) |
Removes shopping cart item and its product options from the specified shopping cart object.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static void RemoveShoppingCartItem(
ShoppingCartInfo cart,
Guid cartItemGuid
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
Shopping cart - cartItemGuid
- Type: SystemGuid
Shopping cart item GUID
See Also