Click or drag to resize
ShoppingCartInfoProviderDeleteShoppingCartInfo Method (Int32)
Deletes shopping cart with specified ID.

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

Parameters

cartId
Type: SystemInt32
Shopping cart ID
See Also