forked from CGM_Public/pretix_original
Add product variation to addon-label when modifying order (#3864)
* Added Variation of Product by Additional Products at Postion Name by Additional Products the Variant should missing. added it with the prefix - * Update src/pretix/presale/templates/pretixpresale/event/order_modify.html --------- Co-authored-by: Raphael Michel <mail@raphaelmichel.de>
This commit is contained in:
@@ -61,7 +61,9 @@
|
||||
{% for form in forms %}
|
||||
{% if form.pos.item != pos.item %}
|
||||
{# Add-Ons #}
|
||||
<legend>+ {{ form.pos.item.name }}</legend>
|
||||
<legend>+ {{ form.pos.item.name }}{% if form.pos.variation %}
|
||||
– {{ form.pos.variation.value }}
|
||||
{% endif %}</legend>
|
||||
{% endif %}
|
||||
{% bootstrap_form form layout="checkout" %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user