Support

Home Forums Event Espresso Premium Multiple Class Registrations only 1 Student

Multiple Class Registrations only 1 Student

Posted: July 28, 2016 at 7:40 pm

Viewing 8 reply threads


Robert Gambino

July 28, 2016 at 7:40 pm

How can I have 1 student sign up for Multiple Class, or events, but on the registration page have all the courses or events listed only have 1 student or attendee, then have the form to fill out the personal information? Thanks!


Lorenzo Orlando Caum

  • Support Staff

July 29, 2016 at 3:57 am

Hi Robert,

If you are using the Multiple Event Registration add-on, then a student (registration/attendee) will be able to add multiple classes to a shopping cart.

Information will be collected for each additional event if you have set Event Espresso to collect information from additional registrants through the event editor. Otherwise, it will be automatically linked to the primary registrant (first person registering).

There is a copy attendee option during registration checkout that will allow a registrant to quickly copy out the primary registrants information into all other attendee fields.


Lorenzo


Robert Gambino

July 29, 2016 at 8:18 am

I know I do not have it set and it looks awkward with the other classes below the registration form.

Or where is the templates for this stuff I can’t find them.

Anyway when they add a class it goes right to the cart? I do not want a pop up message, its not great on the phone. Thanks!


Lorenzo Orlando Caum

  • Support Staff

July 29, 2016 at 11:15 am

Hi,

Could you share more information about this statement and also a link to an event page so we can see?

I know I do not have it set and it looks awkward with the other classes below the registration form.

There is a filter available to redirect to the cart after adding an event:

FHEE__EED_Multi_Event_Registration__filter_ticket_selector_redirect_url__redirect_to_cart


Lorenzo


Robert Gambino

July 29, 2016 at 11:18 am

The link is hiding behind the sidebar.. Where do you add that link? To each and every event I want to do? if so is there a more permanent option?

http://itscalledsolutions.com/screen.png


Robert Gambino

July 29, 2016 at 11:23 am

Really does not make much sense, if you are signing up for multiple events as to why they are adding attendees … you are the attendee..


Lorenzo Orlando Caum

  • Support Staff

July 29, 2016 at 11:52 am

Hi,

I can see how it could be confusing for your use case. However, Event Espresso has to be able to handle a variety of registration checkout scenarios including free registrations, paid registrations, a mix of paid and free, registrations that belong to a single person, as well as registrations that have a group of people, etc.

There is some CSS that we can share that will hide those additional attendee options. However, if you ever have an event in the future where you do need to collect information from additional attendees/registrants, then this won’t work as expected since they will be hidden.

With this new information in mind, is this something that you would like to add to your site?

If so, here is that CSS which can be added through a custom css area for your theme or through a free plugin like Simple Custom CSS or Reaktiv CSS:

.spco-attendee-panel-dv:not(:first-of-type) {
  display: none;
}

One other thing to consider is that there are ways to add additional messaging to the page. For example, the intro text which appears above the registration form can be changed through a gettext filter (https://gist.github.com/lorenzocaum/557868dededa4d78c524d6e7dddb4436).

And here is another example on how to add some text at the end of the registration checkout form: https://gist.github.com/lorenzocaum/4778a56ba7a84f8261874311105c2968


Lorenzo


Robert Gambino

July 29, 2016 at 12:01 pm

.spco-attendee-panel-dv:not(:first-of-type) {
display: none;
}

That just takes away all the other events you signed up for? Which I already did this prior.

I need them to see the other events, as they are registering for them also…. why would I need to add text?

WHERE IS FILE LOCATED….?!??! I just want to move around the php and delete the attendees.


Tony

  • Support Staff

August 3, 2016 at 2:50 am

On the latest version of Event Espresso the additional attendee sections that require no information can be hidden using:

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

Moving the additional events into a single table at the top is not something that can be easily achieved currently.

Viewing 8 reply threads

The support post ‘Multiple Class Registrations only 1 Student’ 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