I'm using the PayPal add-on in an event RSVP form (not a user registration form). The event is open to the public, and the form has a dropdown product field for selecting from the following "descriptions" (with corresponding hidden "values"):
1) Single Guest Registration (One)
2) Two Guest Registrations (Two)
3) Three Guest Registrations (Three)
4) Four Guest Registrations (Four)
Everything is setup correctly and has been tested with both non-users and with registered users using dynamic population for required fields.
Specific to the post-submission redirection to PayPal, the product description on the checkout page is "One, Two, Three..." rather than display more detailed information, like "Single Guest Registration for August 2nd Event". I have tried swapping the Descriptions/Values in the advanced tab of the Product field, but it still only displays "One, Two, Three..." on the PayPal checkout page. Any thoughts on how to accomplish this?
A second issue I can't seem to figure out is how to dynamically populate different pricing levels for registered users by custom role type. I am using Members for role managment and the custom types exist in my usermeta table under wp_capabilities. Is it possible to dynamically call different pricing within the same form by verifying user role?
Thanks in advance for any assistance you can provide.