ShoppingCartServiceChangeItemQuantity Method
Changes the quantity of an item in the shopping cart.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public void ChangeItemQuantity(
ISupportsChangesInQuantity cartItem,
decimal quantity
)
Public Sub ChangeItemQuantity (
cartItem As ISupportsChangesInQuantity,
quantity As Decimal
)
public:
virtual void ChangeItemQuantity(
ISupportsChangesInQuantity^ cartItem,
Decimal quantity
) sealed
abstract ChangeItemQuantity :
cartItem : ISupportsChangesInQuantity *
quantity : decimal -> unit
override ChangeItemQuantity :
cartItem : ISupportsChangesInQuantity *
quantity : decimal -> unit
Parameters
- cartItem ISupportsChangesInQuantity
- The cart item whose quantity to update
- quantity Decimal
- The new quantity. Must be greater than 0.