I am selling tickets with Ubercart. It is possible to buy more than one ticket at a time. Can I add a field to collect the names of who the tickets are for, during checkout?

How do I do this?

Comments

You can add various fields to your order /admin/store/settings/orders/fields

You can add various fields to your order /admin/store/settings/orders/fields

So, these seem to be fields for admins to use. I'm not seeing a way to expose one of these custom fields to the customer. (But, I'm still looking).

 

Perhaps porting https://www.drupal.org/project/uc_webform_pane ? or https://www.drupal.org/project/uc_webform ?

I was just learning a little bit about Checkout Panes when you posted this. I found instructions on how to create a checkout pane in code. I'm assuming that there is no UI for creating a checkout pane, unless I port one of these modules.

Thank you for this suggestion.

The existing comments pane might be useful to me, but  I can't find anyway in the UI to edit the text in it. Is this something I also have to do in code?  

This comment pane might be fine for my use case, especially if I can edit the text and I turn on the "Next" buttons between panes, which will force customers to see and respond to each pane. Otherwise, I'm worried they will skip right over it.