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

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

Parameters

cartGuid
Type: SystemGuid
Shopping cart GUID
See Also