CurrentShoppingCartStrategyClearAddresses Method |
Removes information about addresses from the shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax protected virtual void ClearAddresses(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
The shopping cart from which the addresses are removed.
See Also