Support

Home Forums Event Espresso Premium Different Group IDs, same group

Different Group IDs, same group

Posted: February 20, 2014 at 1:54 pm


Ozzy Rodriguez

February 20, 2014 at 1:54 pm

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.

is there any way to fix this?

Event Espresso version 3.1.36.4P


Sidney Harrell

February 20, 2014 at 8:48 pm

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.


Ozzy Rodriguez

February 20, 2014 at 8:49 pm

how would i go about doing that, sir???? (i love your support, btw!)


Josh

  • Support Staff

February 24, 2014 at 10:08 am

Hi Ozzy,

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.

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.

Event Espresso