This function eventually needs to support Fixed, Multiple, and Advanced options.
[ ] Fixed Quantities
[x] Multiples
[x] Advanced
For Fixed Quantities, you must create or edit a grid similar to the multiple lines on the pricing sheet. Add logic to handle this.
Until then, it's probably best to use "Advanced" option and specify the quantities there. Syntax is similar to regex, so something like "1..5|10|25|100" would work. See the DSF online help for more details.
Min/Max/Mult updated; there is now a global default for Max and Multiple, so if a Minimum quantity is specified without the others, they will be set to 10,000 and 1 respectively.
This function eventually needs to support Fixed, Multiple, and Advanced options.
For Fixed Quantities, you must create or edit a grid similar to the multiple lines on the pricing sheet. Add logic to handle this.
Until then, it's probably best to use "Advanced" option and specify the quantities there. Syntax is similar to regex, so something like "1..5|10|25|100" would work. See the DSF online help for more details.