Click or drag to resize
CurrentShoppingCartStrategy.ClearCustomer Method
Removes information about customer from the shopping cart.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
protected virtual void ClearCustomer(
	ShoppingCartInfo cart
)

Parameters

cart
Type: CMS.Ecommerce.ShoppingCartInfo
The shopping cart from which customer is removed.
See Also