Like a reservation is made, then a QR code is generated and saved to the user who made the reservations account. Later the user could present the QR code to redeem an entry ticket for their reservation?
When the QR code is scanned by the business, all the reservation holders details could be attached to the QR code.
We have just added this feature
we added element generateQR that returns a state Generated Image to the plugin
please upgrade to the latest version to try
we have updated our demo with this feature as well: https://zeroqode-demo-07.bubbleapps.io/qr-bar_code_reader
@marlonromano
which element of the plugin you installed? Did you try testing on a different phone?
Which demo page you used as a reference? We have recently updated the library used in the plugin, so there are 2 elements old and new (and 2 demos old and new)
Ok so I think I have the new version now. I see there is one under visual elements and one under input forms which one should i use. I am trying to use the scanner to verify weather or not the bar code on a physical product matches the bar code in the DB for that specific item. This will ensure that the correct item is being picked for the customers order. So i need to know what barcode reader to use and where do i go about putting in the code for this to work. Will it be in the workflow?
yes i did but it is very confusing . how does it work ? I have already have UPC codes set up in my articles table . So each item has a upc already. what i dont get is the pictures in the demo of the bar codes what are they for. Do i have to do the same thing or not?
ok so from what i understand so far is that i will have to upload a picture of every single barcode for every item. inorder for this to work . Am I correct? But does the live scanner work I am trying to use it. It comes on but does not read the bar code nothing happens
Hello @levon, I have the plugin working fine for now when I have barcode = auto but when I have barcode type = qr_code_reader, I continually get error message “The plugin QR & Bar Code Reader / action Stop live Detector a barcode_reader_2 threw the following error: Cannot read property ‘type’ of undefined”. I get the same when I copy your group from editor and replicate it.
Auto does not pick up my QR codes but when I selets type = qr_code_reader, it works great. Thanks.