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
Registration Confirmation Page Information | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Registration Confirmation Page Information

Registration Confirmation Page Information

Posted: July 9, 2013 at 6:25 pm

Viewing 2 reply threads


WASUPYoga

July 9, 2013 at 6:25 pm

Hi guys —

Is there any way to get the date of the event added to the Registration Confirmation page?

Thanks!


Dean

  • Support Staff

July 9, 2013 at 11:53 pm

Hi,

In the confirmation_display.php file, I would add the following below the event name table row

            <tr>
                <th scope="row" class="header">
					<?php _e('Event Date:','event_espresso'); ?>
                </th>
                <td>
                    <span class="event_espresso_value"><?php echo date('d/m/Y', strtotime($event->start_date)); ?></span>
                </td>
            </tr>

This adds the Event date label and the events Start Date.

You can change the date format (d/m/Y) to your preferred local format using these codes http://php.net/manual/en/function.date.php


WASUPYoga

July 10, 2013 at 12:37 pm

Thanks — worked like a charm!

Viewing 2 reply threads

The support post ‘Registration Confirmation Page Information’ 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