Prevent showing internal product name in question step

This commit is contained in:
Raphael Michel
2020-01-07 16:35:59 +01:00
parent 891e740ede
commit 08de722525

View File

@@ -101,7 +101,7 @@
{% for form in forms %}
{% if form.pos.item != pos.item %}
{# Add-Ons #}
<legend>+ {{ form.pos.item }}</legend>
<legend>+ {{ form.pos.item.name }}{% if form.pos.variation %} {{ form.pos.variation.value }}{% endif %}</legend>
{% endif %}
{% bootstrap_form form layout="checkout" %}
{% endfor %}