Posted: October 12, 2017 at 9:37 am
|
I’m developing an application with the Event Espresso to manage the admissions of a conference with some particularities related to registration needs. The conference registration has 2 different prices for professionals and students. The registration for the conference opens free access to various workshops and lectures. During the two days of the conference, workshops and lectures will happen at same time session in different rooms, so the attendees must chosen a unique event per time session, as the calendar below: Day 1 To manage the event, I’m planning to organize the application in 2 steps. At first, the attendees will be directed to a main registration event page to choose one of the two price options. After the payment using Paypal gateway finishing the first step, the user must be redirected to a page with a list of events organized per time session, so the attendees will be able to choose only one activity per session. The control for each time session will be managed with the posting of one event for time session, limiting the maximum number of tickets allowed per order to 1. To improve usability on the second step, the Multiple Event Registration add-ons will be used to allow the attendees to see all the time session events on a page list with a single checkout. I ask for support for some questions: 1. Is this method of use the best one for the project needs? Are there other possible options? |
Hi there, I’ll answer each of your questions below:
This method has its drawbacks because they’ll have to fill out a registration form twice. Also, the admin side might be a bit confusing to sort through the two sets of registrations for each attendee.
That can be tricky because Event Espresso doesn’t have a built in way to add a redirect. One way this could be done is with some custom PHP and JavaScript programming where you conditionally load in some JavaScript only on the payment confirmation that does a delayed redirect to the session events list.
You can display a list of only sessions by setting a category on the session events, then add a shortcode to a page that displays events from the category only. e.g. Hope that helps! |
|
The support post ‘Two steps registrations’ 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.