{% extends 'admin/base.html.twig' %} {% block title %}Commande {{ order.orderNumber }}{% endblock %} {% block breadcrumb %}Boutique Commandes {{ order.orderNumber }}{% endblock %} {% block body %}
| Produit | SKU | Quantité | Prix unitaire | Total |
|---|---|---|---|---|
| {{ item.productName }} | {{ item.productSku ?? '-' }} | {{ item.quantity }} | {{ item.formattedUnitPrice }} | {{ item.formattedTotalPrice }} |
| TVA | {{ order.vatAmount|number_format(2, ',', ' ') }} € | |||
| TOTAL TTC | {{ order.formattedTotal }} | |||
Non renseignée
{% endif %}Identique à l'adresse de facturation
{% endif %}{{ order.notes }}
{% endif %}{{ order.customerFullName }}
{{ order.customerEmail }}
{% if order.customerPhone %}{{ order.customerPhone }}
{% endif %}