Support

Home Forums Event Espresso Premium Remove or shorten the attendee list from checkout process

Remove or shorten the attendee list from checkout process

Posted: December 10, 2016 at 4:12 am


telesco

December 10, 2016 at 4:12 am

Hello,
imagine you register for an event with a quantity of 50 people. Now the checkout summary is very long because all attendees are listed there. This is very uncomfortable. Additionally, system massages can` be seen by the registrant because he already scrolled down for clicking the submit-button.

Attendee names are collected for the first registrant only.
How to remove the long list of attendees?


telesco

December 12, 2016 at 2:26 am

Ergänzung der style.css im Child Theme

/*
Zusätzliche Teilnehmer aus dem Checkout-Prozess entfernen
*/
.ee-reg-form-attendee-dv {
display: none;


Tony

  • Support Staff

December 12, 2016 at 6:46 am

You can use CSS to hide the additional dialog boxes from view if no additional attendee information is required, something like this:

.ee-reg-form-no-info-required {
    display: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


telesco

December 12, 2016 at 7:51 am

It works! Thanks!


Tony

  • Support Staff

December 12, 2016 at 8:12 am

You’re most welcome 🙂

The support post ‘Remove or shorten the attendee list from checkout process’ 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