ShoppingCartServiceRemoveItem(IStandardCartItem) Method

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

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
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