 | ShoppingCartServiceApplyDiscountProgramVouchers Method |
Applies as many of the cart's Bill-To customer's discount program vouchers to the cart as possible.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic void ApplyDiscountProgramVouchers()
Public Sub ApplyDiscountProgramVouchers
public:
virtual void ApplyDiscountProgramVouchers() sealed
abstract ApplyDiscountProgramVouchers : unit -> unit
override ApplyDiscountProgramVouchers : unit -> unit
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