name = Items table ==
{% if item.thumb %}
|
{{ 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 }} |