Posted: August 29, 2017 at 8:01 am
Hi there, Is it possible to export the registration data by contact/user, rather than by ticket? Such that the result would be something like this: <table> The way it exports now, in order for my client to produce a document that is helpful to her it requires a lot of cleaning/deleting of rows and then she loses the data related to the total number tickets. Also, is it possible to group purchases like this within WordPress as well? Instead of seeing each ticket? We only request contact information for the Primary Registrant, and only the primary registrant will be making any payment therefore having them separated is not necessary for us and just confusing. Please advise. Thanks! Rachael |
|
To clarify, since it says below this editor that you can add HTML code, I was doing that just for a visual. I do understand that the export would be a csv. I am not asking for it to be exported to HTML. |
|
Hi Rachael, You can go to the Event Espresso > Transactions list table will show you list of each purchase (instead of by each registration like on the Event Espresso > Registrations page). The registrations CSV report was built to do one row per registration/ticket so if you need to build out a customized report to your client’s specifications I can recommend contacting a developer and they may be able to give you a quote. Here’s a list of recommended developers: |
|
Thank you Josh. That is a good thought, but the transactions list won’t work for us because doesn’t give the number of tickets, only the price. The WordPress version however is not as important as how it exports. I am a developer are you able to point me in the direction of what I can hook/filter in order to customize the export myself? |
|
In event-espresso-core-reg/core/libraries/batch/JobHandlers/RegistrationsReport.php
That hook will let you add/remove columns and filter the content of the rows. You might need additional hooks to be able to eliminate rows, in which case you can add them and do pull request on Github: |
|
Perfect, its a starting point – thanks! |
|
The support post ‘Custom registrations export and organization’ 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.