Posted: 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 |
|
Oops, I forgot to add the image reference for my question 2: http://screencast.com/t/ij5t4irEh |
|
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.
I’m really not sure what you mean by this.
You could do something like this: https://eventespresso.com/topic/cart-ticket-dropdown-defaults-to-0/ |
|
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 |
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. — |
|
|
Understood, but where is the location to add these questions on the registration page? Also, this question hasn’t been addressed: You all are so helpful. thank you guys 🙂 Dmitri |
|
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_ 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. |
|
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 |
|
You are most welcome! |
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.