Click or drag to resize
ShoppingCartInfoProviderDeleteShoppingCartItems Method
Deletes all items of the specified shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteShoppingCartItems(
	int cartId
)

Parameters

cartId
Type: SystemInt32
Shopping cart ID
See Also