{{order.customer.firstName}} {{order.customer.lastName}}
{% else %}{{order.firstName}} {{order.lastName}}
{% endif %}| Produit | Service | Prix | Reduction | Quantity | TOTAL | ||
|---|---|---|---|---|---|---|---|
| {{singleOrderItem.description}} |
{% if singleOrderItem.product %} {% for categorie in singleOrderItem.product.categoriesProduct %} {{categorie}}, {% endfor %} {% elseif singleOrderItem.packEngagement %} {{ singleOrderItem.packEngagement.pack.title }} {% endif %} |
{% if singleOrderItem.product %} {{singleOrderItem.product.price }} {{currency}} {% elseif singleOrderItem.packEngagement %} {{ singleOrderItem.packEngagement.pack.price }} {{currency}} {% else %} {{singleOrderItem.price|number_format(2, ',', ' ')}} {{currency}} {% endif %} | {% if singleOrderItem.reduction > 0 %} {{singleOrderItem.reduction }} {{currency}} {% elseif singleOrderItem.product %} {% if singleOrderItem.product.reduction > 0 %} {{singleOrderItem.product.reduction}} {{currency}} {% else %} 0 {{currency}} {% endif %} {% else %} 0 {{currency}} {% endif %} | {{singleOrderItem.quantity}} | {% set totalOrder = totalOrder + (singleOrderItem.price * singleOrderItem.quantity) %} {{(singleOrderItem.price * singleOrderItem.quantity)|number_format(2, ',', ' ') }} {{currency}} | ||
| Sous Total | {{order.totalAmount}} {{currency}} | ||||||
| Montant payé | {{order.payedAmount}} {{currency}} | ||||||
| Montant restant | {{ totalToPay - order.payedAmount }} {{currency}} | ||||||
| Total Reduction sur produits | {{order.getTotalReduction}} {{currency}} | ||||||
| Remise sur la commande ({{order.reduction}}%) | {{order.reductionOnTotal}} {{currency}} | ||||||
| paiement par credit {{settings.get.projectName}} | {{order.getAmountPayedByCredit|abs}} {{currency}} | ||||||
| Montant ajouté au wallet client | {{order.getAmountEarnedAsCredit|abs}} {{currency}} | ||||||
| Code Coupon utilisé ({{order.coupon.code }}) | {{reductionCoupon|abs}} {{currency}} | ||||||
| Pourboire pour le livreur | {{ order.shippingTips }} {{currency}} | ||||||
| Frais de livraison | {{ order.shippingFees }} {{currency}} | ||||||
| Montant Total | {{ totalToPay }} {{currency}} | {#{{order.totalAmount + order.ldryOrder.deliveryPrice}} {{currency}} | #}|||||
Note sur la commande: {{order.comment}}
{% endif %} {% if order.shippingMethod %} {% if order.shippingMethod.isIsSeparatelyCalculated %}Mode livraison : {{order.shippingMethod}}
{% endif %} {% endif %} {% if order.paymentMethod %}Mode Paiement : {{order.paymentMethod }}
{% endif %} {% if order.agent %}Livreur : {{order.agent.firstName}} {{order.agent.lastName}}
{% endif %} {% if order.shippingMethod %} {% set shippingDurationInMinutes = order.shippingMethod.shippingDuration * 60 %} {% if order.shippingMethod.isIsSeparatelyCalculated %}Date collecte : {{order.startProcessingAt|date("Y-m-d H:i")}} - {{order.startProcessingAt|date_modify("+ "~shippingDurationInMinutes~" minutes")|date("H:i")}}
Date livraison : {{order.startDeliveryAt|date("Y-m-d H:i")}} - {{order.startDeliveryAt|date_modify("+ "~shippingDurationInMinutes~" minutes")|date("H:i")}}
{% endif %} {% endif %} {% if order.description %} Informations utiles