ShoppingCartServiceChangeItemQuantity Method

Changes the quantity of an item in the shopping cart.

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void ChangeItemQuantity(
	ISupportsChangesInQuantity cartItem,
	decimal quantity
)

Parameters

cartItem  ISupportsChangesInQuantity
The cart item whose quantity to update
quantity  Decimal
The new quantity. Must be greater than 0.

See Also