ShoppingCartServiceClearItems Method
Removes all cart items from the cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public:
virtual void ClearItems() sealed
abstract ClearItems : unit -> unit
override ClearItems : unit -> unit
Only items that exist in the cart at the time of calling this method will be cleared.
If NetFORUM has been customized, additional business logic may run that changes the cart during the clear process.
If any new items are added during that time, they will still be present in the cart when this method completes.