ShoppingCartServiceApplyDiscountProgramVouchers Method

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

Definition

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