We have a total of over 50 classes for a two day expo. I have created individual landing pages for each seminar as well as a page with a table of all the events (with links that go to those individual landing pages). I have Event Espresso set up to register for multiple events. My question is, once they add an event to their cart, I would like there to be something on the Event Registration Page that says “Add More Classes” or “Continue Shopping” etc. that links them back to the page with the table schedule. Is this possible?
Thank you for the quick response. One last thing, have other people requested this in the past? I’m just confused about how a user would know that they could register for multiple events at one time…. ??
Do you mean the shopping cart page where you select the number of tickets? It is controlled by the templates/shopping_cart.php template. There are a couple of action hooks you could use instead of modifying the template file, if you wish. There is ‘action_hook_espresso_shopping_cart_before_total’ and ‘action_hook_espresso_shopping_cart_after_total’. You can create a function that produces the html for your link back to your page with the table and add it to one of those action hooks. Are you using a ‘direct to cart’ style cart button on your table? You might be better off making it not take the user direct to the cart, but leave them on the table page until they choose the ‘View Cart’ link.
Viewing 3 reply threads
The support post ‘Event Registration Page – Continue Shopping’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.