Hello. I’ve been searching through documentation to find an answer but can’t seem to come across anything. In an effort reduce the number of clicks (and pages) for the user, is it possible to skip directly to the registration page for an event, and pass in a ticket ID via the url to select a ticket for an event? The homepage is going to have a grid of 3 upcoming events. In each grid I’d like to have “Register” buttons which will link directly to the Registration Checkout. If an event has tickets for 2 age groups, there would be 2 register links: “Register Age 8-12” and “Register Age 13+”. Is this possible?
It looks like it could be possible by hooking into the AHEE__registration_page_attendee_information__start action hook and recreating the $event_queue array (you could use the url query strings to provide basic info such as ticket numbers and event id).
There is no underlying code to achieve this by default so it would certainly require some custom development to get going though as the $event_queue array holds a variety of data that needs to be pulled in to make it function correctly (ticket details, questions, etc).
I guess EE3 might be better for that purpose, however, I would need to create two separate events if an event needed signups for two separate age groups. Hmmm..
Questions and question groups are set on a per event basis. If the questions will be similar, then you could go with a single event.
However, if they are specific to the age group, then you would need multiple events.
—
Lorenzo
Viewing 6 reply threads
The support post ‘EE4 – Skip Ticket Selection Screen’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.