I am building a registration for a conference using ubercart. I am using options extensively- for example, to record if an attendee would like vegetarian or regular meals; one day versus two day registration; student or adult, etc. I am using product kits to group these items together in a logical fashion.
I am using a textfield attribute to prompt the purchaser for the name of that attendee (some purchasers register for themselves PLUS another person or two- and our organizers need their names).
Our organizers also need to associate each meal with each attendee- I was thinking of using product kits to do this. Each prodcut kit would be one attendee, and all the meals and other stuff associated with them.
Will this work? are there any Gotchas I should watch out for? I am hoping to associate each attendee with the other items they are getting using this: [products][product#][data][unique_id] and [kit_id]. Is there another way to do this?
thanks for any thoughts.
