Click or drag to resize
ShoppingCartInfoProvider.DeleteShoppingCartInfo Method (Guid)
Deletes shopping cart with specified GUID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public static void DeleteShoppingCartInfo(
	Guid cartGuid
)

Parameters

cartGuid
Type: System.Guid
Shopping cart GUID
See Also