name = Items table ==
{% for item in order.items %} {% endfor %} {% if order.coupon %} {% endif %}
{% if item.thumb %} {% endif %} {{ item.title }} {% if item.description %}
{{ item.description }} {% endif %}
{{ item.price|currency }}
x{{ item.quantity }}
{{ item.total|currency }}
{{ 'pixel.shop::lang.fields.coupon'|trans }}
{{ order.coupon.code }}
- - -{{ order.coupon.getValueLabel() }}
{{ 'pixel.shop::lang.fields.shipping'|trans }} {{ order.shipping_total|currency }}
{{ 'pixel.shop::lang.fields.tax'|trans }} {{ order.tax_total|currency }}
{{ 'pixel.shop::lang.fields.grand_total'|trans }} {{ order.total|currency }}