CurrentShoppingCartStrategyClearCustomer Method |
Removes information about customer from the shopping cart.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax protected virtual void ClearCustomer(
ShoppingCartInfo cart
)
Parameters
- cart
- Type: CMS.EcommerceShoppingCartInfo
The shopping cart from which customer is removed.
See Also