Support

Home Forums Event Espresso Premium Date/Time on Multi Form Registration

Date/Time on Multi Form Registration

Posted: December 5, 2013 at 1:53 pm


Al Joly

December 5, 2013 at 1:53 pm

How can I display the event date/time on the multi_registration_page_display.php template?

If I have 2 events with the same name in my cart, this page doesn’t list the date so you do not know which is which.


Dean

December 6, 2013 at 3:06 am

Hi Al,

I assume you mean the Payment Overview area http://d.pr/i/ZGFk? As the cart itself does display the dates http://d.pr/i/QchO

If so then you would need to edit event-espresso/includes/process-registration/add_attendees_to_db.php file, which is a core file so updates will over write your changes.


Tony

  • Support Staff

December 6, 2013 at 3:07 am

Hi Al,

If you look in registration_page_display.php (not multi) lines 158 – 181 handle the date. I would remove the line:

<?php echo apply_filters('filter_hook_espresso_display_ical', $all_meta); ?>

As $all_meta is not set and that is to output the ical.

Line 144 to 153 handle the event time. Just transfer those over the the multi template wherever you would like them to be displayed.


Al Joly

December 6, 2013 at 4:21 pm

Worked. Thank you.

The support post ‘Date/Time on Multi Form Registration’ 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