Hello!You can generate qr code in django with order id, qrcode module (documentation here: https://pypi.org/project/qrcode/). You can find many Android qr code scanners, I saw some of them connecting through WiFi or Bluetooth with PC. I never tried one sending keystrokes to PC, where exactly it sends the keystrokes to ?
Standard way to wait for keystrokes in the browser is something like:
document.addEventListener('keydown', event => {
console.log(event.key);
});
On Thursday, 27 October 2022 at 08:59:26 UTC+2 sebasti...@gmail.com wrote:
--
https://github.com/django-oscar/django-oscar
http://django-oscar.readthedocs.org/en/latest/
---
You received this message because you are subscribed to the Google Groups "django-oscar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-oscar...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/django-oscar/89fff790-8f9d-4416-b13a-178d6de1b288n%40googlegroups.com.