QR Codes in confirmed booking email
-
It would be nice to incorporate the QR code for some of the ticket items to speed up entry to one of our events. But indications were that this was not available for this plugin.
However if you include a call to the Google API for a QR code you can generate a QR code.
I added this to the Template for Confirmed Email (Under Settings / Emails / Booking Emails Templates). The Placeholders like #_BOOKINGSPACES get the appropriate data from the database.
The result scans from a mobile app nicely..
The API is covered here: https://developers.google.com/chart/infographics/docs/qr_codes
Hope this helps..
DaveYour attendance for #_BOOKINGSPACES people at #_EVENTNAME is <strong>confirmed</strong>. KEEP this e-mail in a safe place, this is your TICKET to enter the party! <img class="alignnone size-singlepic" src="https://chart.googleapis.com/chart?cht=qr&chs=320x320&choe=UTF-8&chl=#_EVENTNAME - Ticket No #_BOOKINGID for ID #_CONTACTID with Name #_BOOKINGNAME booked #_BOOKINGSPACES places" width="320" height="320" /> <p style="padding-left: 30px;"><strong>When</strong> : #_EVENTDATES @ #_EVENTTIMES ( Add to your calendar: #_EVENTICALLINK ) <strong>Where</strong> : #_LOCATIONNAME - #_LOCATIONFULLLINE</p> Your unique booking number is <strong> #_BOOKINGID </strong>. You can bring the following guests: <p style="padding-left: 30px;"> #_BOOKINGATTENDEES </p> <h3>THIS IS YOUR TICKET TO ENTER! Please bring this email (printed or on your phone) to the event.</h3>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘QR Codes in confirmed booking email’ is closed to new replies.