Posted: 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: |
|
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? |
|
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. |
|
I’ve also got the maximum attendees so that works great now. |
|
If you only want people to use the cart, you can try turning off the registration form in the event editor. |
|
The registration form is already set to not display. |
|
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.