is there a way to display the event information on the payment overview page? (The stage before selecting a payment method)
I am using the multiple registration and recurring events add ons.
The table currently displays the class name, quantitity and cost.
It would be very helpful if the information can display the times and date etc with the sub total and main total below.
With the current versions, this is actually not very easy and involves modifying some core files. We recommend using the custom files add-on whenever doing this, in order to preserve your changes between updates.
You would have to override the function event_espresso_add_attendees_to_db_multi located in includes/process-registration/add_attendees_to_db.php
You would have to modify the db query that starts on line 649 in order to retrieve the event date/times, then include them in the display starting on line 726.
The next version of EE, 3.2, makes much better use of templating, so that modifications like this are a lot easier.
At this time we do not have a date, but please consider subscribing to our email newsletter or blog for all the 3.2 release news.
Viewing 3 reply threads
The support post ‘How to display class dates on payment overview page’ 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.