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.

customer price list

  1. Can a customer login be associated with a price list? So 2 customers can log in and see a different price for the same product.

    there is a similar topic, but as I haven't bought gravity forms yet, I cannot read it (product with user defined price and quantity... that one probably would answer my q ;)

    thanks!

    Kent

    Posted 14 years ago on Saturday May 28, 2011 | Permalink
  2. Hi Kent,

    I checked out the topic and it wasn't quite what you are trying to do here. Gravity Forms can not do what you're looking to do right out of the box; however, with a small amount of customization, you could use Gravity Forms default conditional logic do show different price lists based on the user/customer who is currently logged in.

    Posted 14 years ago on Monday May 30, 2011 | Permalink
  3. Hi David,

    Great, that is what I wanted to hear! Thanks for your prompt reply!

    A bit more info if you could:

    What kind of customization? Something that an outside developer (aka me) could do relatively easily, or would that more properly be done by Gravity Forms personnel? I have tons of PHP and MySQL experience, but have not worked with Gravity Forms nor WordPress before... so don't mind paying for some customizations if it can save me a lot of time.

    thanks!

    Kent

    Posted 14 years ago on Monday May 30, 2011 | Permalink
  4. Hi Kent,

    The customization I had in mind was to populate a drop down with a list of users. You could then use CSS to hide the drop down field and using either the gform_pre_render or the gform_field_value_$parameter hooks you could automatically select the logged in user from the drop down.

    Gravity Forms default conditional logic will let you specify which price field(s) to show depending on the user drop down.

    Posted 14 years ago on Monday May 30, 2011 | Permalink
  5. Right! And if there are 100 customers I assume there would be a way to group them, so that the drop down list could be filled with a customer group names?

    Thanks for for your help

    Kent

    Posted 14 years ago on Monday May 30, 2011 | Permalink
  6. Yep! Again, this would require custom code but with all of our hook documentation and your experience with PHP, it shouldn't be too difficult for you. :)

    Posted 14 years ago on Tuesday May 31, 2011 | Permalink

This topic has been resolved and has been closed to new replies.