{{ item.product.titre }}
{% if item.composition %}
- {{item.composition.title}}
{% endif %}
{# orientation #}
{% if item.composition and (item.composition.orientation1 > 0 or item.composition.orientation2 > 0 ) %}
Composition :
{% if item.composition.orientation1 > 0 %}
{% if item.composition.orientation1 == 2 %}
Droite
{% else %}
Gauche
{% endif %}
{% endif %}
{% if item.composition.orientation1 > 0 and item.composition.orientation2 > 0 %}
|
{% endif %}
{% if item.composition.orientation2 > 0 %}
{% if item.composition.orientation2 == 2 %}
Bas
{% else %}
Haut
{% endif %}
{% endif %}
{% endif %}
{# options / options avancées #}
{% for panierContentOption in item.panierContent.panierContentOptions %}
{{panierContentOption.optionTitle}} : "{{ panierContentOption.name }}"
{% endfor %}
{% for panierContentOption in item.panierContent.panierContentAdvancedOptions %}
{{panierContentOption.advancedSubtitle}} : "{{ panierContentOption.name }}"
{% endfor %}
|
{{ item.count }} |
{{ item.totalPrice|toeuro }} |