Support

Home Forums Event Espresso Premium QR Code data

QR Code data

Posted: July 5, 2016 at 8:55 am


Jonathan Young

July 5, 2016 at 8:55 am

We need to export the QR code identifier data from EE4 generated tickets within the ticketing add-on feature. The identifier is visible on the ticket once we generate or print that but is that data kept in the database somewhere that we could export to a csv report?


Tony

  • Support Staff

July 5, 2016 at 3:48 pm

Hi Jonathan,

By default the QR code uses the registrations REG_url_link value from within the wp_esp_registration table, that is not included within the CSV.

The barcode shortcode uses the REG_code from that same table, that value is included within the CSV.

You can add the REG_url_link to the CSV using something like this:

https://gist.github.com/Pebblo/735d17aa2c4b5939bc1aa0c687815bca


Jonathan Young

July 6, 2016 at 3:29 am

Thanks Tony, we’ll give that a try.


Tony

  • Support Staff

July 6, 2016 at 3:50 am

Just to note you add that snippet to your themes functions.php file or the preferred method is to create a Custom Functions Plugin and add the function to that.


Jonathan Young

July 7, 2016 at 4:45 am

Thanks again Tony, that worked.

The support post ‘QR Code data’ 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