There isn’t a way to add a drop down menu to the Multiple Event Registration.
What happens is that after the user has added the vent to cart and then views the cart, each ticket type is listed, with a dropdown menu for the number of tickets they want per ticket type.
Got it. Since there is no way to add drop downs, then I hid it via CSS. So far, I’ve hidden these:
.a_register_link {
display: none;
}
.event_price {
display: none;
}
.event-display-boxes .ui-widget-header {
padding-top: 5px;
}
but I would like to accomplish the same with templates. Could you please show which template I need to modify?
The event list is:
event_list.php
event_list_display.php
the regular registration process:
registration_page.php
registration_page_display.php
then goes to the confirmation page
confirmation_display.php
then to the payment page:
payment_page.php
then to the thank-you page
payment_overview.php
With the multi-event registration process, it goes from the event list to the cart:
shopping_cart.php
to the registration forms:
multi_registration_page.php
multi_registration_page_display.php
and I think the payment page stuff for MER is not actually in a template file.
Viewing 6 reply threads
The support post ‘Customizing event-registration page’ 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.