i’ve run into a problem when i don’t display the registration form on the event page. if people are registering as a group, they’re still getting a different group ID.
Are you talking about the group id on the excel export? That id is associated with the registration id. If you are not using the regular registration process, but using the MER process instead, then all the attendees may not have the same registration id. They will have the same session id, however, so you could adjust the excel export to use that instead.
I can point you in the direction of where the changes can be made: Inside export.php you’ll find two sets of queries (one for if you’re using the Roles and Permissions add-on, and another for if you’re not) on lines 395 and 410. You add a.attendee_session to the SELECT query, then swap out registration_id and replace with attendee_session on line 509.
Then you can copy the entire espresso_export_stuff function to /wp-content/uploads/espresso/custom_functions.php to keep the changes from being overwritten on an update.
Please note that I haven’t tested the above, and you’re on your own as far as support goes with this one because we do not officially support customizing core functions of Event Espresso.
Viewing 3 reply threads
The support post ‘Different Group IDs, same group’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.