Click or drag to resize
CurrentShoppingCartStrategyClearNote Method
Removes information about note from the shopping cart.

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

Parameters

cart
Type: CMS.EcommerceShoppingCartInfo
The shopping cart from which the note is removed.
See Also