Posted: June 23, 2017 at 10:55 am
|
On the Registration-checkout page, I would like to |
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:
Hmm actually, are you only wanting attendee 1 to change? The above would change each instance so Attendee 2 would be Purchaser/Attendee 2.
For that you can use some CSS: #reg-page-totals-hdr { display: none; } |
|
|
Tony, thanks again for your kind assistance. |
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. |
|
|
Thanks a lot. That works. |
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.