Click or drag to resize
CurrentShoppingCartStrategyClearPrivateData Method
Clears all data considered to be 'private' (i.e. customer, shipping option including addresses, payment option, discounts and note).

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart to clear private data.
See Also