Table of Contents

Enum DiscountApplyToProduct

Namespace
Dynamicweb.Ecommerce.Orders.Adjustments
Assembly
Dynamicweb.Ecommerce.dll

The way a discount should be applied.

[Experimental("DWEX100001")]
public enum DiscountApplyToProduct

Fields

HighestPrice = 2

Applies to the highest price product.

LowestPrice = 1

Applies to the lowest price product.

Selected = 0

Applies to all selected products.

To top