Posted: March 22, 2016 at 10:51 am
|
Hi Guys Just a quick question , with regards to the booking , Q: You cant change the ticket the primary attendee is on? For example: primary booker can only be attendee 1 but they may want to be on a different ticket, if multiple tickets are enabled, is there something in the admin to get around this or could you point us in the right direction like a hook to change the way this works. Thanks Josh |
Hello, The primary registrant/attendee is currently considered to be the first person to register for an event and this can’t be changed at this time. If you are needing a different name and email per ticket (pricing) option, then that can be turned on by enabling the personal question group for additional registrants/attendees. That appears in the bottom right area of the event editor. — |
|
|
Hi Lorenzo, thanks for responding. Here’s our problem; We’re using the WP User Integration module, and we’ve created a stand-alone registration process. The problem with the primary registrant is that you have little to almost no control over what ticket is assigned to the primary registrant. You can do it statically, but the user has no control. Say we have the following tickets; – All-inclusive We want the primary registrant to be able to choose with ticket they’re assigned. The one place I think this may be possible is in the ticket_selector module, EED_Ticket_Selector.module.php on line 317:
If there was a filter hook here to modify the query, is it feasible we could create a custom form dropdown on the ticket selection page to alter which ticket is first on the next page? I believe We can do all that with jQuery, provided we can create the form, and alter the order of the tickets. |
|
In regards to the above, could we use |
You should be able to use the |
|
|
Thanks for the reply. Is it possible somebody could get back to me on the issue above in regards to the other post I made? We still need a way of changing the ticket ordering once the tickets have been selected, but there’s no filter hook to alter the db query in EED_Ticket_Selector.module.php after line 317. If there was a filter hook to that array, we might be able to alter the ticket ordering. Many thanks. |
You’re invited to add a filter and submit a pull request on our github repository: |
|
|
That’s great, thanks. I’ll look into doing that. |
The support post ‘Primary booker can only be attendee 1’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.