Hope it is OK that I add links. Our class registration is on a page with the Events Table View Template. Our calendar of events is listed on a separate page (not all require registration).
1) Click on “Women’s Retreat” and put a ticket into the cart
2) Then it will say, “1 item was successfully added to this event”
3) Then click on “Return to Event List”
function ee_mer_change_event_list_url(){
return 'https://www.firstunitarianportland.org/registration/';
}
add_filter(
'FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url',
'ee_mer_change_event_list_url'
);
Viewing 1 reply thread
The support post ‘Have two calendars. After adding to shopping cart, returns to wrong link’ 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.