Sorry I’ve searched but cant find a solution on how to show the event START – END DATES on the registration form next to the ticket details. I’m having to add the dates to the ticket name to get them showing which isn’t ideal 🙂
Any solutions?
Also any idea how much longer the Event reminder emails will be in beta testing… getting close yet?
You can add the start and end dates just below the ticket details on the registration form by adding some PHP code to a custom template. Here’s a step by step how to:
1) You copy over the attendee_info_main.template.php file from the Event Espresso plugin into your activated WP theme. We recommend using a child theme for adding customizations. The file is located in the /modules/single_page_checkout/reg_steps/attendee_information/ folder.
2) You make the following edit: After line 42, which has this: <?php echo $ticket_line_item[ $registration->ticket()->ID() ]; ?>
You add this:
The support post ‘Show Event dates on registration form next to ticket 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.
Support forum for Event Espresso 3 and Event Espresso 4.