Click or drag to resize
ShoppingCartInfoProviderDeleteShoppingCartInfo Method (Int32, String)
Deletes shopping cart of the specified user.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static void DeleteShoppingCartInfo(
	int userId,
	string siteName
)

Parameters

userId
Type: SystemInt32
ID of the user who is the owner of the shopping cart
siteName
Type: SystemString
Name of the site to which the shopping cart belongs
See Also