Support

Home Forums Event Espresso Premium Registration options

Registration options

Posted: September 2, 2014 at 5:44 am

Viewing 8 reply threads


dmitri gonzalez

September 2, 2014 at 5:44 am

Two questions regarding registration:

1.When continuing to checkout, where can I modify this area: http://screencast.com/t/HeXwrPOY3

For example, I would like to remove that floating “attendee 1;” Instead of first name and last name, I would like student names(s) and email,

2. For the date range add on, Very kool feature btw, how do i remove the “register or” text. I just want customers to add to cart. For that same add-on how do i display a set amount and have it scroll. ALSO when someone adds to cart, how do i make it default to 1 rather than 0.

Dang, sorry. I know that was a lot of questions. I just don’t know where all these options are or even if these options exist. Your help will be greatly appreciated.

Thank you,

Dmitri


dmitri gonzalez

September 2, 2014 at 5:45 am

Oops, I forgot to add the image reference for my question 2: http://screencast.com/t/ij5t4irEh


Dean

September 2, 2014 at 6:29 am

Hi,

1) Barring editing a template file you could use CSS:

.multi_regis_form_fields .section-heading { display: none; }

The above will remove the title from all attendees

2) This will require a template edit as those links are built in.

In the /wp-content/plugins/espresso-template-date-range/index.php file

Change

'separator' => __(" or ", 'event_espresso')

to

//'separator' => __(" or ", 'event_espresso')

and change

<td class="td-group"><?php echo event_espresso_get_status($event->id) == 'ACTIVE' ? $live_button .  $cart_link : $live_button; ?></td>

to

<td class="td-group"><?php echo event_espresso_get_status($event->id) == 'ACTIVE' ? $cart_link : $live_button; ?></td>

I haven’t done any lengthy testing of that but the initial view looks like it will achieve what you are after.

For that same add-on how do i display a set amount and have it scroll.

I’m really not sure what you mean by this.

ALSO when someone adds to cart, how do i make it default to 1 rather than 0.

You could do something like this: https://eventespresso.com/topic/cart-ticket-dropdown-defaults-to-0/


dmitri gonzalez

September 3, 2014 at 6:37 am

For part 1) What you proided was helpful, but I was looking for a little bit more. Instead of showing first and last name I’d like to show “Student Name(s)” and “Parent Name” for example. I just want to add any input fields I want.

Part 2) You pretty much answered everything. Haven’t tried it yet but i’ll get bakc to you

For that scroll question for the date range add on: Say I have 50 classes in a week. It will show a looooong list of all 50 classes. Here is my page, you’ll see what I’m talking about: http://huenox.wpengine.com/classes/

It would be nice to have a boxed area that scrolls and displays 10 at a time or something more confined

I hope that cleared it up.

Thank you,

Dmitri


Lorenzo Orlando Caum

  • Support Staff

September 3, 2014 at 3:09 pm

Hi,

The personal question group is required for a registrant. This is the minimum amount of information that Event Espresso needs to process a registration.

You could create a new question group and add new questions but the personal question group would still be needed.


Lorenzo


dmitri gonzalez

September 4, 2014 at 11:14 pm

Understood, but where is the location to add these questions on the registration page?

Also, this question hasn’t been addressed:
For that scroll question for the date range add on: Say I have 50 classes in a week. It will show a looooong list of all 50 classes. Here is my page, you’ll see what I’m talking about: http://huenox.wpengine.com/classes/
It would be nice to have a boxed area that scrolls and displays 10 at a time or something more confined.

You all are so helpful. thank you guys 🙂

Dmitri


Dean

September 5, 2014 at 12:22 am

Hi,

In the Event Espresso menu are the Questions and Question Group menu items.

Start by creating questions, and then add them to a new or existing group. Then in the events themselves you can assign any new groups to the primary and/or additional attendees.

Questions: https://eventespresso.com/wiki/questions/#30_
Question Groups: https://eventespresso.com/wiki/question-groups/

Regarding the scrolling, it looks like you are using one of the Custom Template templates, and at this moment there is no pagination for that template, it simply outputs a table of active events.

I’ll certainly add a feature request for it but I can’t guarantee it will be added in.


dmitri gonzalez

September 6, 2014 at 4:45 pm

From one tech support guy to another: You all have been CRAZY helpful 🙂 -kind and concise. Exactly what I was looking for.

Thank you all,

Dmitri


Dean

September 8, 2014 at 12:51 am

You are most welcome!

Viewing 8 reply threads

The support post ‘Registration options’ 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