Can someone tell me how to implement quantity price breaks? I somehow thought there a "minOrderQuantity" field and "QTY_DISCOUNT_PRICE", and "QTY_DISCOUNT_PERCENTAGE" productPriceTypeIds, in ProductPrice, but I can't seem to find them now.
I am looking in PriceServices.java and there seems to be some support for quantity breaks using ProductPriceRule, but because "optimizeForLargeRuleSet" is hardcoded "false" with no way to change it, it looks to me like it will be impossibly slow because EVERY product for the current customer has two price breaks (thats a total of 140,000+ price rules to sort through). Can someone offer guidance or should I modify ProductPrice to suite my needs and hope that you guys will roll it back in. Skip
