Support

Home Forums Event Espresso Premium Adding in new fields into registrations report's export

Adding in new fields into registrations report's export

Posted: May 12, 2016 at 7:08 am


Fatbeehive

May 12, 2016 at 7:08 am

Hi,

Is it possible to add additional fields into the registrations report?
So, basically, when I click the ‘All registrations CSV Report’ I would like two extra fields – VAT Rate and Net Price.

This is data calculated / collected, but not available within the CSV export.

Could you please let me know what might be possible please?
Thanks


Josh

  • Support Staff

May 12, 2016 at 8:50 am

Hi there,

Yes it’s possible to add new columns to the registration report. What makes it possible is the
FHEE__EE_Export__report_registrations__reg_csv_array
filter hook.

Here’s a link to a code example that shows how to add price modifiers to the report:

https://github.com/eventespresso/ee-code-snippet-library/blob/master/admin/registration_report_add_price_modifiers.php

You can modify and add the above to a functions plugin or into your WordPress theme’s functions.php file.

The support post ‘Adding in new fields into registrations report's export’ 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