Support

Home Forums Event Espresso Premium Multi Event

Multi Event

Posted: September 17, 2013 at 3:13 pm


Linda Cooper

September 17, 2013 at 3:13 pm

I have set up registration for a conference that has many options and components. I have 3 issues that I have not been able to address:
1. No matter what I put in the maximum group registrations, at the bottom of the cart it tells you how many you can still purchase. There is no limit to how many different components customers can add so I think this will be confusing to those that register. How can I remove this?
2. With the multi-event set up, I have two event boxes, view desc and add to cart. I’d like to just have one box that says REGISTER like I have on my single event registrations. Right now, after I say add to cart, I then have to click go to cart, which will be confusing to some registrants.
3. My event is at a convention centre which I have added in the event log but accommodations are at a different location (for which I have the link for registrations) Where can I add the functionality to have registrations be directed to the hotel link?
Thanks, Kathy


Dean

September 18, 2013 at 3:56 am

Hi,

1) Are you referring to the “You can register a maximum of 6 attendees for this event.” message? Like here http://d.pr/i/eq8M ?

If so you can use some CSS to hide it, simply add the following to your themes style.css file or a plugin such as My Custom CSS

#cart-reg-details .reg-allowed-limit { display:none; }

2) So you are wanting the user to be redirected to the cart after clicking the Add to Cart link? You can check out this guide here https://eventespresso.com/wiki/multiple-events-registration-use-add-to-cart-link-instead-of-default-registration-form/ its for the registration page, but you could modify the event_list_display.php template to include this.

3) I am assuming you want it after they have registered? If so, what about the registration email? You could add a link in there. Or did you have a specific place you wanted it adding to?


Linda Cooper

September 18, 2013 at 9:49 am

Ok, thanks. I’ve got the go straight to cart function enabled but there is still a link to register next to view map that I need to get rid of and another register link at the bottom. I only want the one I just added as the other two don’t go to the cart.


Linda Cooper

September 18, 2013 at 9:51 am

I’ve also got the maximum attendees so that works great now.


Sidney Harrell

September 18, 2013 at 2:43 pm

If you only want people to use the cart, you can try turning off the registration form in the event editor.


Linda Cooper

September 18, 2013 at 3:07 pm

The registration form is already set to not display.


Sidney Harrell

September 18, 2013 at 4:58 pm

You could add:

.a_register_link {display: none;}

to My Custom CSS.

The support post ‘Multi Event’ 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