Discussions

Event ticket use case

Hi, I'm using Drupal commerce for an event registration website. When we sell event tickets as product we would require Attendee names and details for each ticket. we used line item field to store attendees details. However, we would need an extra feature, which is: when a customer add more than one product/event to his/her cart, then there must be more than one atteendee's name field to fill in. For example if the customer choose 3 tickets in the shopping cart quantity field, then there must be two fields to fill in for attendee's names... Does anyone know how to do this? I tried, rules, but no luck with that!

Posted: Nov 27, 2011

Comments

lsolesen Lars Oleson on March 8, 2012

You could remove the quantity form the checkout form. Then if the user adds another participant, the user should be prompted with the custom line items fields again. That way you should be able to collect the information, you need?