Posted: March 7, 2016 at 1:24 pm
Hi there, https://www.tallahasseeseniorfoundation.org/wp-content/uploads/2016/03/attendee-info.jpg <- In this example it appears as if there are 7 attendees, but really there is only one attendee for 7 unique events. Ideally, could these be labeled “Primary Attendee” |
|
Hi there, The exact text string you’re looking to change is
You can change that string to read as:
or alternatively:
As mentioned earlier, a custom function can be used to make text string changes like this one. If you prefer that someone from Event Espresso support staff make this alteration on your site, we’ll require FTP access and a support token. |
|
Lorenzo got me started. This is what I have but it’s not working. I think I am really close. I will pay the $70 if needed. I just want it all to be in one site plugin. <?php */ */ //* Change proceed to finalize registration button text in registration checkout ee_custom_messaging_registration_checkout( $translated, $original, $domain ) { $strings = array( ‘The event you have selected requires logging in before you can register. You can %sregister for an account here%s if you don\’t have a login.’ => ‘The event you have selected requires logging in before you can register. New Users you can %sregister for an account here%s if you don\’t have a login. <h3>Returning Users</h3>’, ‘Attendee #%s’ => ‘Attendee Details’, ‘return to %s’ => ‘Return to %s’, $translations = get_translations_for_domain( $domain ); } /* Stop Adding Functions */ |
|
Hello, This works: https://gist.github.com/anonymous/9527424b786c153b1842 Screenshot: http://cl.ly/161J1Q0r0D0K Thanks — |
|
Thanks Lorenzo for jumping in. I guess I thought that would address the “Attendee 1” label above the Personal Information heading. See screenshot. https://www.tallahasseeseniorfoundation.org/wp-content/uploads/2016/03/attendee-1.jpg Is it the same string? Or different? |
|
Hi there, That’s a different string, you need:
Add that to the list of strings to translate and retest. Note you may also need to cancel the current registration by visiting the /registration-cancelled/ page and then re-register for the changes to show. |
|
Thank you. That;s perfect. Close ticket. Resolved. |
|
The support post ‘Multi-Event Primary and additional attendee information confusing’ 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.