Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Date/Time on Multi Form Registration | Event Espresso - Staging Server

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

Viewing 3 reply threads


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

  • Support Staff

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.


Anonymous

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.

Viewing 3 reply threads

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 - Staging Server