Date de commande: {{order.createdAt|date('d-m-Y')}}
| Produit | Description | Prix | Quantity | Comission Admin | TOTAL |
|---|---|---|---|---|---|
| {{singleOrder.product}} |
{{singleOrder.product}} |
{{singleOrder.formattedPrice}} EUR | {{singleOrder.quantity}} | 7% | {{singleOrder.formattedPrice * singleOrder.quantity }} EUR |
| Sous Total | {{order.totalAmount}} EUR | ||||
| Commission Admin | {{order.totalAmount * 0.07 }} EUR | ||||
| Montant รก payer | {{order.totalAmount}} EUR | ||||
NOTICE: