{% extends "shopyo_base/module_base.html" %} {% set active_page = 'pos' %} {% block pagehead %}
Assign products to numbered grid positions for one-tap add at POS
{{ keys|length }} total
| Position | Product | Label | |
|---|---|---|---|
| {{ key.position }} | {{ key.product.name if key.product else '-' }} | {{ key.label or '-' }} | |
| No quick keys configured | |||