| Produit | Prix | |
|---|---|---|
|
{% if singleOrderItem.product %}
|
{{singleOrderItem.quantity}} x {{singleOrderItem.price}} {{settings.get.currency|trans}} | |
| 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