QR Code Link

Home Forums Ticket Products Event Tickets Plus QR Code Link

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1357404
    Adam
    Participant

    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

    #1357998
    Cliff
    Member

    Hi, Adam.

    You can see theĀ _get_link() method in /wp-content/plugins/event-tickets-plus/src/Tribe/QR.php to see how the QR code’s URL is created.

    Because that’s a private method, and because I’m guessing you’re wanting to get it for all tickets per event, you’ll need some custom code for this.

    Please let me know how this goes for you.

    #1368176
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘QR Code Link’ is closed to new replies.