| {{ item.product.id }} |
{{ item.product.name }} |
{{ item.product.description|raw }} |
{% if item.product.productImages[0] is defined and item.product.productImages[0] is not null %}
{% else %}
{% endif %}
|
{{ item.product.price }} |
|
{{ item.product.price * item.quantity }} € |
|
{% endif %}
{% endfor %}