Quantity based pricing is not a feature of Gravity Forms. You can use conditional logic to display products with different prices, based on a quantity entered earlier in the form, but that would require one product for each quantity break, each with different pricing. (for example, you show 3 prices. You would need to add each product to your form 3 times, each time with a different price, and would need to show just one product conditionally based on the quantity selection made earlier in the form.)
Regarding a minimum order of 12, you can use gform_validation to return an error when the quantity submitted is less than 12. You could alternately choose to hide the submit button unless a quantity of greater than 12 is selected in your form. That is on the form settings tab near the submit button. Check "enable conditional logic" and configure your rules.
Posted 11 years ago on Monday April 1, 2013 |
Permalink