Click or drag to resize
IMultiBuyDiscountsApplicator Interface
Interface implemented by applicators of multibuy discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public interface IMultiBuyDiscountsApplicator

The IMultiBuyDiscountsApplicator type exposes the following members.

Methods
  NameDescription
Public methodAcceptsMissedDiscount
Notifies the applicator that discount was nearly applied. It could be applied on some products if present in cart.
Public methodApplyDiscount
Applies discount to given number of unit of given item.
Public methodReset
Resets applicator to its initial state.
Top
See Also