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.

Minimum Purchase Total

  1. Hello,
    Is it possible to define a minimum total for the order? Or a minimum amount?

    something like:
    If the total is less than 12, an error message: "Minimum order: 12 €"

    And If it is not possible from the admin panel can we do it from a source file (php, js)?

    Posted 12 years ago on Wednesday March 21, 2012 | Permalink
  2. I am also interested in this this option. I found some documentation on the subject but I haven't gotten it to work yet. Can anyone comment on their success in this?
    http://www.gravityhelp.com/documentation/page/Using_the_Gravity_Forms_%22gform_validation%22_Hook

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink
  3. David Peralty

    Check out this page: http://www.gravityhelp.com/documentation/page/Gform_validation I find the example fairly easy to understand. It checks against a field value, if the comparison is no good, then it returns an error message. This is only activated upon submission of the form.

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink
  4. I used that Gform validation before but it didn't work. Got it to work this time. I think the reason it didn't work before is that my total was not calculating correctly.

    Posted 11 years ago on Wednesday January 9, 2013 | Permalink