N° de commande | {{ data.code }} |
Date de commande | {{ data.creation_date | date('d/m/Y') }} à {{ data.creation_date | date('H:i') }} |
Date limite de retrait | {{ data.pickup_date_limit | date('d/m/Y') }} à {{ data.pickup_date_limit | date('H:i') }} |
Règlement | {{ data.amounts.payment ? data.amounts.payment : 0 | format_currency('EUR') }} |
Date d'impression | {{ 'now' | date('d/m/Y') }} à {{ 'now' | date('H:i') }} |
PRODUITS COMMANDÉS | |||
---|---|---|---|
Désignation | Prix | Quantité | Montant |
{{ line.label }}
SKU : {{ line.sku }} EAN13 : {{ line.barcode }} |
{{ (line.unit_amount_with_taxes ? line.unit_amount_with_taxes : 0) | format_currency('EUR') }} | {{ line.quantity_prepared ? line.quantity_prepared : 0 }} | {{ (line.amount_with_taxes ? line.amount_with_taxes : 0) | format_currency('EUR') }} |