Click or drag to resize

ShoppingCartServiceChangeItemQuantity Method

Changes the quantity of an item in the shopping cart.

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