Enum DiscountApplyToProduct
- Namespace
- Dynamicweb.Ecommerce.Orders.Discounts
- Assembly
- Dynamicweb.Ecommerce.dll
The DiscountApplyToProduct enumeration defines the product to which discount should be applied
public enum DiscountApplyToProduct
Fields
AllProducts = 1
Discount applies to all products (default selection).
CheapestProduct = 2
Discount should be calculated on only for cheapest product.
MostExpensiveProduct = 3
Discount should be calculated on only for most expensive product.