Support

Home Forums Event Espresso Premium EE4: Registration Confirmation/Successful Page – A few changes I need to make

EE4: Registration Confirmation/Successful Page – A few changes I need to make

Posted: May 1, 2019 at 4:00 pm

Viewing 1 reply thread


mbeede@tracom.com

May 1, 2019 at 4:00 pm

Greetings – I am trying to make some changes to the Registration Confirmation page but seem to be having some issues (esp with the CSS). I need to do the following:

1) Change the congratulations text to “Your registration has been successfully processed. You will receive further instructions from TRACOM within 1-2 business days. Thank you!” AND do it all as one single sentence.

2) Remove the “View Full Order Confirmation Receipt” button.

3) Remove the “edit info” link in the Registration Details table

4) Remove the “Click here to edit All Attendee Information” link

Can you help?

Thanks in advance – Mark


Josh

  • Support Staff

May 1, 2019 at 4:19 pm

Hi Mark,

1) Change the congratulations text to “Your registration has been successfully processed. You will receive further instructions from TRACOM within 1-2 business days. Thank you!” AND do it all as one single sentence.

Here’s a code snippet that shows how to change the text there:
https://gist.github.com/joshfeck/9e50f1757bf0533c95917a69e758af4b
You can add the above to a functions plugin or, if available, into your WordPress child theme’s functions.php file.

2) Remove the “View Full Order Confirmation Receipt” button.

You go to Event Espresso > Messages > Settings, click HTML, then click & drag the “Receipt” over to “Inactive message types”.

3) Remove the “edit info” link in the Registration Details table
4) Remove the “Click here to edit All Attendee Information” link

a[href$="step=attendee_information&revisit=1#checkout"] {
  display: none;
}
Viewing 1 reply thread

The support post ‘EE4: Registration Confirmation/Successful Page – A few changes I need to make’ 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