| Produit | Prix unitaire | Quantite | Sous-total | |
|---|---|---|---|---|
|
{% set imgMedia = item.product.image ?? (item.product.galleryImages|length > 0 ? item.product.galleryImages|first.media : null) %}
{% if imgMedia %}
{{ item.product.title }}
{% if item.variant %}
{{ item.variant.label }}
{% endif %}
|
{% if displayHT %} {{ item.unitPriceHT|number_format(2, ',', ' ') }} € HT {% else %} {{ (item.unitPriceHT * (1 + item.vatRate / 100))|number_format(2, ',', ' ') }} € {% endif %} | {% if displayHT %} {{ item.lineTotalHT|number_format(2, ',', ' ') }} € HT {% else %} {{ item.lineTotalTTC|number_format(2, ',', ' ') }} € {% endif %} |