I would like to ask for input about creating something like this:
When customer seeing item they want to purchase they can use their handphone to scan the sample item. And they item is suddenly being placed in the shopping cart.
After scanning all the sample items they would like to purchase they can go to the cashier to pay for items while the real items that they purchased being prepared.
These items are organic food that need to be prepared since the real item are not ready right away.
Is this things possible? How to implement this things? Is it possible to use resposive ecommerce website or do we have to create android apps or either way is possible?
I already went down the rabbit hole of making this in a web browser and I got it to work but wound up abandoning it. It didn't work well and was limited to Chrome.
I think that limitations to only Chrome have been surpassed so it should be possible to achieve this without building iOS/Android app and just use browser. But what you have to think about is customers with older phones which might have issues.
So QR code or barcode scanneris an app feature and not a web feature?
Ever heard jd.id online store? It has a QR code scanner on the top left corner of its web. I try scan the QR code and it only directs me to an ads requesting me to download its apps.
Actually SCANNING barcodes and QR codes from a mobile device using the web api from an app is possible but limited... best to use native mobile apps for such things.
Read-reading your question, I understand now. I think you are just trying to generate QR codes. Check out those articles, they should give you some direction how to do this.
I don't understand NativeScript, I only tried using ReactNative in the past for android.
So is QR code only used to store the url, I mean like when you can scan the QR code only brings you to open the new web url?
My intention is when you scan the QR code it will automatically put the product in the shopping cart. Is this possible with laravel web? How about Apps?