Click or drag to resize

ShoppingCartServiceApplyDiscountProgramVouchers Method

Applies as many of the cart's Bill-To customer's discount program vouchers to the cart as possible.

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public void ApplyDiscountProgramVouchers()
Remarks
Only vouchers which are actually owned by the cart's Bill-To customer will be considered. Eligible vouchers are applied to the items in the cart in an arbitrary order.
See Also