I am trying to set up a barcode scanner where users can scan a product and see the product information on another screen—for example, the product name, description, ingredients and more. Right now when a product is scanned only the barcode shows up.
what i can advise is to reset this up
and maybe try to redeit the scanned information
To display product info after a barcode scan, set up your scanner, store product data linked to barcodes (database, spreadsheet, etc.), write code to capture the scan, lookup the corresponding product details, and then display that information on a screen.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.