Posted by thermalmusic on April 9, 2012 at 5:45am
Hi,
I'm looking for a way to configure ubercart products/cart/checkout so that a user can purchase a conference registration, then add other people to it during checkout, including each person's info. The result being that there is one purchaser of registrations for many people. This avoids having to purchase each registration separately and/or relying on Quantity in the cart. It is important to gather each person's info.
We are using Drupal 6.22. If anyone has done something like this please let me know.
Thanks,
Steven

Comments
Hi
Hi!
Can you mail me your coordinates at gaurava@damcogroup.com. We can easily help you with this.
Gaurav
+61 03 9005 7866
Haven't actually tried this,
Haven't actually tried this, but what about adding the personal info fields as product attributes (required, text field)? The purchaser could add 1 registration at a time to the cart, filling out the required info for each person.
--
Less isn't more; just enough is more.
- Milton Glaser
That works
What thekenshow suggests works. One caveat is that the attributes are saved as an associative array in the purchases table but you can still access that information. Also each registration has to be treated as a separate product.
Product attributes
That idea may work. I see how the values are saved as an array. I wonder if its possible to separate the values using sql or php script and export them as csv file. That would be nice.
Thanks Darko and thekenshow
product - webform
Darko,
Do you know if its possible to combine a webform with a product type? That may be a solution.
Steven