Support

Home Forums Event Espresso Premium EE4: Edit Registration page – show ticket details

EE4: Edit Registration page – show ticket details

Posted: April 8, 2016 at 6:10 pm


eddy@mibeachclub.com

April 8, 2016 at 6:10 pm

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.

Is there a way to add this info back in?

Thank you!


Josh

  • Support Staff

April 11, 2016 at 9:09 am

Hi Eddy,

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.


eddy@mibeachclub.com

April 11, 2016 at 12:32 pm

Thanks, where is the attendee_info_main.template.php file located? I’m having trouble finding it.


Tony

  • Support Staff

April 11, 2016 at 12:57 pm

That template file is located at:

\event-espresso-core-reg\modules\single_page_checkout\reg_steps\attendee_information\attendee_info_main.template.php


eddy@mibeachclub.com

April 11, 2016 at 1:53 pm

PERFECT! Thank you so much.


Tony

  • Support Staff

April 11, 2016 at 2:01 pm

You’re most welcome.

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.

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.

Event Espresso