From 7bd945b2e64ab77c52a8f33dbd3f92f36f6f8393 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 30 Sep 2024 13:24:43 +0200 Subject: [PATCH] Waiting list: Add warning when sold out products are hidden --- .../control/templates/pretixcontrol/waitinglist/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/waitinglist/index.html b/src/pretix/control/templates/pretixcontrol/waitinglist/index.html index 4c332d1e94..cdd4e39f97 100644 --- a/src/pretix/control/templates/pretixcontrol/waitinglist/index.html +++ b/src/pretix/control/templates/pretixcontrol/waitinglist/index.html @@ -21,6 +21,11 @@ {% trans "The waiting list is no longer active for this event. The waiting list no longer affects quotas and no longer notifies waiting users." %} {% endif %} + {% if request.event.settings.hide_sold_out %} +
+ {% trans "According to your event settings, sold out products are hidden from customers. This way, customers will not be able to discovere the waiting list." %} +
+ {% endif %}
{% if 'can_change_orders' in request.eventpermset %}