Support

Home Forums Event Espresso Premium Display date , event start and end on confirm registration page

Display date , event start and end on confirm registration page

Posted: November 30, 2021 at 8:28 am


sosfirstaid.ca

November 30, 2021 at 8:28 am

Is there a way that we can display the event date, start and end time on confirm registration page? See image of what I mean https://prnt.sc/2140031


Tony

  • Support Staff

December 2, 2021 at 6:14 am

Hi there,

Yes, it’s possible but you’ll need to load your own custom templates to do it.

How comfortable with PHP are you?

The templates are within /event-espresso/templates/

The template for that file is confirmation_display.php

If you place a copy of that template within within /wp-content/uploads/espresso/templates/ it will override the default template so you can add any additional details you want to load within that file.

Is that what you are looking for?


sosfirstaid.ca

December 6, 2021 at 12:05 pm

Thanks, tony for pointing that out. Can you also point out what variable should I echo if there is an easy way to do it.


Tony

  • Support Staff

December 7, 2021 at 7:02 am

The variables setip for that template are done so in:

\event-espresso\includes\process-registration\payment_page.php

Within the events_payment_page function.

The $attendee holds most of what you are looking for I think, use var_dump($attendee); to see everything available there.

The support post ‘Display date , event start and end on confirm registration page’ 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