Support

Home Forums Event Espresso Premium Customizing event-registration page

Customizing event-registration page

Posted: September 18, 2013 at 9:15 am


Miguel Moreno

September 18, 2013 at 9:15 am

How do I remove Available Spaces: Unlimited
How do I add a drop down menu for all ticket prices within an event
Thank you


Josh

  • Support Staff

September 18, 2013 at 12:20 pm

Hi Miguel,

The available spaces text can be hidden with CSS. You add this to your custom stylesheet:

.spaces-available {
display:none;
}

The dropdown selector for the ticket prices appears on the registration form where the price can be selected.


Miguel Moreno

September 18, 2013 at 1:14 pm

Thanks, I did hide the available spaces, but I also need to hide the register botton and the word or


Miguel Moreno

September 18, 2013 at 4:11 pm

You are right, if we do registration via one registration form: http://bymovement.com/conference2014-2/ we have the drop down prices. However, when doing multiple event registration: https://bymovement.com/event-registration/ there is no price drop down. Could you please let me know how to enable them?

Thanks,
Miguel


Dean

September 18, 2013 at 11:59 pm

Hi,

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.


Miguel Moreno

September 19, 2013 at 10:13 am

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?

Thanks


Sidney Harrell

September 19, 2013 at 10:53 am

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.

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.

Event Espresso