pretix
pretix copied to clipboard
Widget and web-shop showing different html input types when only 1 ticket is left
Hi there,
just as the title says, when there is only 1 ticket left in a quota, the pretix shop widget used on our own homepage shows only a checkbox while the normal pretix web shop shows a text field.
Widget:

Web-shop:

When a customer should order only 1 ticket at a time the checkbox is very useful, but if not, it could be confusing, especially when all other tickets have a "normal" text field.
Hmm, yeah, the checkbox should probably only show up when max_order=1, not just because of a near-empty quota.
That's what I had in mind, too.