Support

Home Forums Event Espresso Premium registration export CSV extra fields ( ticket price & taxes)

registration export CSV extra fields ( ticket price & taxes)

Posted: April 13, 2022 at 2:00 pm


Gural

April 13, 2022 at 2:00 pm

Hi,

It’s not clear to me how to export ticket registration data (CSV), with columns showing the ticket price build up, for example: net ticket price, multiple tax surcharge (i.e. multiple columns) and the ticket total price. The default export contains only the total ticket price, and does not include the columns to show how this data is build up including the taxes.

Gur


Tony

  • Support Staff

April 14, 2022 at 6:36 am

Hi Gur,

As you’ve found, by default Event Espresso does not include a breakdown of the ticket price within the registration CSV.

THe output of the CSV is filtered so additional fields can be added via code and we have an example of adding price modifiers to the CSV here:

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

You can add that to a custom functions plugin on your site, we have some documentation on creating one here:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/

However. that may not pull in the values you are using, as the tickets set as being tax able or have you only used modifiers to apply taxes?


Gural

April 14, 2022 at 4:35 pm

We apply 2 different dollar surcharge taxes to the ticket price


Tony

  • Support Staff

April 19, 2022 at 4:23 am

That sounds like you are using price modifiers, have you tried the above snippet?

The support post ‘registration export CSV extra fields ( ticket price & taxes)’ 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