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