Click or drag to resize
ShoppingCartInfoProviderEmptyShoppingCartInternal Method
Removes all items from specified shopping cart object and from the shopping cart in database.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void EmptyShoppingCartInternal(
	ShoppingCartInfo cartObj
)

Parameters

cartObj
Type: CMS.EcommerceShoppingCartInfo
Shopping cart object
See Also