I noticed that when checking out (mysite.com/registration-checkout/#checkout), the ticket information/detail is displayed. However, when you go back to the “Edit Registration” page (for example by clicking “Click here to view All Attendee Information” on the Thank You page), the ticket detail no longer displays. My users will often be purchasing multiple tickets within an event and I’d like to display the ticket detail just like it shows on the Registration Checkout page.
You can modify the attendee_info_main.template.php template so it displays the ticket details on the edit registration/revisit form by copying it to your theme/child theme folder.
The part you edit is where it has a conditional that checks for a revisit, which is this code on lines 24 and 41:
<?php if ( ! $revisit ) { ?>
and
<?php } ?>
After you remove the above code, the ticket details will always display whenever there’s a registration form displayed.
Note that when you are using custom templates you will need to make sure the ‘default’ template has not changed to fix bugs/add features, if it has you’ll need to apply the same changes to your custom templates.
It should be rare that you need to do this but is something you should be aware of.
Viewing 5 reply threads
The support post ‘EE4: Edit Registration page – show ticket details’ 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.