Support

Home Forums Event Espresso Premium Edit information on Registration Checkout page

Edit information on Registration Checkout page

Posted: June 23, 2017 at 10:55 am


TKT

June 23, 2017 at 10:55 am

On the Registration-checkout page, I would like to
1) In the Attendee Information Step, edit the title on the top left of the first box from “Attendee 1” to “Purchaser/Attendee 1”
2) In the Payment Options Step, hide the text “Registrations: [total]”
Would you please guide me on how to do it?


Tony

  • Support Staff

June 23, 2017 at 12:06 pm

Hi there,

In your previous thread: https://eventespresso.com/topic/editing-the-registration-checkout-steps/#post-244556

I told you to remove line 11 from the function as you didn’t need it, you now do 🙂

Add that back in and change it to:

'Attendee %d' => 'Purchaser/Attendee %d',

Hmm actually, are you only wanting attendee 1 to change? The above would change each instance so Attendee 2 would be Purchaser/Attendee 2.

2) In the Payment Options Step, hide the text “Registrations: [total]”
Would you please guide me on how to do it?

For that you can use some CSS:

#reg-page-totals-hdr {
    display: none;
}


TKT

June 23, 2017 at 9:00 pm

Tony, thanks again for your kind assistance.
The suggested change ‘Attendee %d’ => ‘Purchaser/Attendee %d’ is helpful. However, as you may have guessed it, I would rather change only that of the first block and keep additional attendees as is. Is that achievable somehow?


Tony

  • Support Staff

June 26, 2017 at 5:36 am

You can try something like this:

https://gist.github.com/Pebblo/be08247a5599f30c9b26e2e1c4d09f0a

Which uses a filter on the Form Object as they are created, it will only change the ‘Attendee 1’ text on the checkout page.

You can add that to a Custom Functions Plugin on your site.

Note the snippet should be considered untested (I ran through some quick testing to confirm it does actually change the text) and unsupported.


TKT

June 27, 2017 at 1:23 pm

Thanks a lot. That works.
I just noticed the following on the “thank-you” page that I need to edit the texts to be consistent.
– The column name “Registrant Name” needs to be changed to “Name”
– The column name “Primary Registrant” needs to be changed to “Purchaser/Attendee 1”
– The entire text “Your registration has been successfully processed.
Check your email for your registration confirmation or click the button below to view / download / print a full description of your purchases and registration information.” needs to be changed. Please advise me on where I can edit it.
Thanks!


Josh

  • Support Staff

June 27, 2017 at 2:02 pm

You can edit all and any other texts by adding a translation function to your custom functions plugin. You’ll find some example code in the documentation:

https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#custom-function

The support post ‘Edit information on Registration Checkout 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