CurrentShoppingCartStrategyClearPrivateData Method |
Clears all data considered to be 'private' (i.e. customer, shipping option including addresses, payment option, discounts and note).
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void ClearPrivateData(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
The shopping cart to clear private data.
See Also