Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Marketing Namespace / VolumeDiscountMode Enumeration
In This Topic
    VolumeDiscountMode Enumeration
    In This Topic
    Enumeration that represents the discount mode when discount is set on a category.
    Syntax
    public enum VolumeDiscountMode : System.Enum 
    Members
    MemberDescription
    Grouping Discount mode is grouping. In grouping mode, the quantity and values of all products in that category are added together for the purpose of determining eligibility for the discount.
    LineItem Discount mode is line item. In line item mode, eligibility for a discount is calculated for all products from a category on a line item basis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Marketing.VolumeDiscountMode

    See Also