PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

RANGE OF PRICES BASED QUANTITY

  1. Hi I would like to know if with Gravity form can create range of prices with depending of quantity?
    Example:
    Order minimum 12
    12-36 $3.75
    37-84 $3.25
    +85 $2.99

    and when the customer go to checkout can't be order less 12 and when choose one range of price like 24 qty showing the correct price $3.75?
    Please I need this form in my website.
    Thanks
    E&C The Twins
    http://www.centrosdemesasyrecuerdos.com

    Posted 11 years ago on Friday March 29, 2013 | Permalink
  2. 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