Click or drag to resize

ShoppingCartServiceRemoveItem(IStandardCartItem) Method

Removes all of the an cart item and (all of its sub-items) from the shopping cart.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void RemoveItem(
	IStandardCartItem cartItem
)

Parameters

cartItem  IStandardCartItem
The cart item to remove
Remarks
Additional NetForum business logic may run upon invoice detail removal, updating or removing related invoice details from the cart
See Also