Hi guys,
I’m preloading event QR codes into an app for an event, so that I don’t have to wait for a response from the server each time I scan a barcode.
I’m wondering what the best way to get a copy of all Ticket IDs would be (or even better, simply the barcode URL). I’m currently extracting ticket IDs from the database and concatenating on a spreadsheet – eg http://www.website.com?event_qr_code=1&ticket_id=%5B1234%5D&event_id=%5B5678%5D. Finding it very easy to confuse myself though haha!
Is there some custom code I can add to my functions.php that will display the barcode URL alongside each ticket in “Attendees” view? This way I could quickly export to a spreadsheet/csv, and then import into my QR code app, rather than having to dig through the database and manually work out the URLs each time.
Thanks again,
Adam