Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / KitPriceMode Enumeration
In This Topic
    KitPriceMode Enumeration
    In This Topic
    Enumeration that represents how the price is modified by a kit item
    Syntax
    public enum KitPriceMode : System.Enum 
    Members
    MemberDescription
    Inherit The price of the kit will inherit from the base product
    Modify The price of the base product will be modified using the price of the kit item
    Override The price of the base product will be overridden by the price of the kit item
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Types.KitPriceMode

    See Also