diff --git a/src/pretix/control/templates/pretixcontrol/items/category.html b/src/pretix/control/templates/pretixcontrol/items/category.html index 0aa8c703a..1e87f687b 100644 --- a/src/pretix/control/templates/pretixcontrol/items/category.html +++ b/src/pretix/control/templates/pretixcontrol/items/category.html @@ -16,8 +16,18 @@ {% bootstrap_field form.internal_name layout="control" %} {% bootstrap_field form.description layout="control" %} - {% bootstrap_field form.category_type layout="control" horizontal_field_class="big-radio-wrapper col-lg-9" %} - {% bootstrap_field form.cross_selling_condition layout="control" horizontal_field_class="col-lg-9" %} + {% bootstrap_field form.category_type layout="control" horizontal_field_class="big-radio-wrapper col-md-9" %} +
+
+
+ {% blocktrans trimmed %} + Please note that cross-selling categories are intended as a marketing feature and are not + suitable for strictly ensuring that products are only available in certain combinations. + {% endblocktrans %} +
+
+
+ {% bootstrap_field form.cross_selling_condition layout="control" horizontal_field_class="col-md-9" %} {% bootstrap_field form.cross_selling_match_products layout="control" %}