Click or drag to resize

ShoppingCartServiceClearDiscountProgramVouchers(InvoiceDetailCartItem) Method

Clear discount program vouchers applied to a single item in the shopping cart.

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

Parameters

cartItem  InvoiceDetailCartItem
The item whose applied vouchers should be cleared.
See Also