IShoppingServiceRemoveItemFromCart Method (ShoppingCartItemInfo) |
Removes item specified by shoppingCartItemInfo from the current shopping cart.
Also removes all children and bundle items from the cart, logs the activity and evaluates the cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when shoppingCartItemInfo is null. |
Remarks This method does nothing when the specified shoppingCartItemInfo is not in the cart.
See Also