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.

in using GF order forms... is it possible to save clients orders & payments

  1. rovillesarate
    Member

    Hi! Im just wondering if its possible to save an order forms orders to the users database? Can it be recorded in a way that the users can also check the purchases that they did using the gravity forms order form.

    Is it also possible to pass data to the order forms pricing field. For example: I created a post with a meta field of price and product id. then i create a php script or use a filter for the form to read what product or service is being ordered then insert the right price in the form.

    Its more like a shopping cart function without the use of a cart. just save orders for users to be able to track their purchase history.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  2. Currently it is not supported for users to check their orders. They can only be viewed in the WordPress Dashboard by an administrator.

    Yes, you can pre-populate items just like any other form field using hooks/filters. Our hooks and filters are documented in the Developer Docs area of the Documentation and if you search for how to pre-populate a field on the forums there are a lot of examples with samples, etc.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  3. rovillesarate
    Member

    is there a hook for calling out order history in the front end?

    Posted 13 years ago on Saturday April 9, 2011 | Permalink
  4. There isn't currently a hook or function for displaying entry data on the front end. You would need to write this as a customization and query the entry data. The user id is stored if the user is logged in when they fill out a form, so you could query it based on the user id.

    Posted 13 years ago on Monday April 11, 2011 | Permalink