Table of Contents

Enum ProductQuantification

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
The enum ProductQuantification represents product quantification types enumeration.
public enum ProductQuantification

Fields

Any = 1
This quantification means that the order or the order line must have a quantity of any product matching the product quantity condition on the discount for it to apply.
Same = 2
The order or the order line must have a quantity of the same product match the product quantity condition on this discount for it to apply.
To top