Click or drag to resize
IMultiBuyDiscountsEvaluator Interface
Interface for classes that handle application of multi buy discounts on set of cart items.

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

The IMultiBuyDiscountsEvaluator type exposes the following members.

Methods
  NameDescription
Public methodEvaluateDiscounts
Evaluates given discounts and applies matching ones to corresponding cart items.
Top
See Also