{{ "order.produc-net-price"|trans }} |
{{ order.subTotalNetPrice | currency(order.currency) }} |
{{ "general.total-shipping-cost"|trans }}
{{ "order.discount-net-cost"|trans }} |
{% if order.priceModifications %} {% for priceModification in order.priceModifications %} {{ priceModification.amount | currency(order.currency) }}
{% endfor %} {% endif %} |
{{ "delivery.subtotal"|trans }} |
{{ order.subTotalNetPrice | currency(order.currency) }} |
{{ orderTax }} |
{{ totalMwst | currency(order.currency) }} |
{{ "order.invoice-final-amount"|trans }} |
{{ order.totalPrice | currency(order.currency) }} |