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

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

Parameters

itemGuid
Type: SystemGuid
Shopping cart item GUID
See Also