Support

Home Forums Event Espresso Premium Registration Summary (emailed)

Registration Summary (emailed)

Posted: July 31, 2018 at 7:11 am


Maccabee Levine

July 31, 2018 at 7:11 am

Currently the registration summary that is emailed to the attendee has the date displaying twice. Can I just display a single date?

Screenshot: *readacted*

  • This topic was modified 5 years, 8 months ago by  Josh. Reason: removed link to screenshot which contained personally identifiable information


Josh

  • Support Staff

July 31, 2018 at 10:30 am

The screenshot you posted is actually from the email that’s sent to the admin, but there is a shortcode that outputs a similar table that can be used for the registration summary that’s emailed to the attendee. It also displays both the event start date & the event end date, so if they’re the same it does look like the date is displaying twice.

If you’re using that shortcode ([attendee_event_list]) and you want to remove the event end date, that will require a bit of PHP programming and making use of the WordPress plugin API.

Here’s a snippet that has some example code that basically makes a modified copy of the shortcode:
https://gist.github.com/joshfeck/d6eb3c46b419940b7708c9b9c0405284

You can add the above to a functions plugin, then activate the plugin, then swap in [custom_attendee_event_list] for [attendee_event_list] in your email template.


Maccabee Levine

July 31, 2018 at 12:18 pm

Thanks Josh

The support post ‘Registration Summary (emailed)’ 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