ShoppingCartInfoProviderDeleteShoppingCartItems Method |
Deletes all items of the specified shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static void DeleteShoppingCartItems(
int cartId
)
Parameters
- cartId
- Type: SystemInt32
Shopping cart ID
See Also