{% extends "YOUCommercantBundle::layout.html.twig" %} {% block container %}
{{ commande.commande.commande.date|date('d/m/Y \à H:i') }}
Nombre d'articles : {{ commande.totalItem }}
Total articles : {{ (commande.commande.montant-commande.livraisonTotalPrice+commande.commande.reduc)|toeuro }}
{% if commande.commande.reduc and commande.commande.reduc > 0 %}Code promo : -{{commande.commande.reduc|toeuro}}
{% endif %} {% if commande.commande.freeShipping %}Code promo : Frais de port gratuit
{% else %}Total frais de port : {{ (commande.livraisonTotalPrice)|toeuro }}
{% endif %} {% if commande.commande.paymentOnline > 0 %}Commission Consommez En France.com : {{ (commande.commande.eurosCommission+((commande.commande.paymentOnline/100)*commande.commande.percentCommission))|toeuro }}
{% endif %} {% if commande.commande.paymentOnline > 0 %}TOTAL ENCAISSE: {{ (commande.commande.paymentOnline-(commande.commande.eurosCommission+((commande.commande.paymentOnline/100)*commande.commande.percentCommission)))|toeuro }}
{% endif %} {% if commande.commande.paymentOffline > 0 %}Paiement sur place / à livraison ttc : {{commande.commande.paymentOffline|toeuro}}
{% endif %}{% if civ == 0 %}M.{% elseif civ == 1 %}Mlle {% else %}Mme {% endif %} {% if commande.commande.commande.panier.adresseFacturation.nom is defined %} {{ commande.commande.commande.panier.adresseFacturation.nom|upper }} {% endif %} {% if commande.commande.commande.panier.adresseFacturation.prenom is defined %} {{ commande.commande.commande.panier.adresseFacturation.prenom|capitalize }} {% endif %}
{% if commande.commande.commande.panier.adresseFacturation.adresse is defined %}{{ commande.commande.commande.panier.adresseFacturation.adresse }}
{{ commande.commande.commande.panier.adresseFacturation.adresse2 }}
{{ commande.commande.commande.panier.adresseFacturation.cp }} {{ commande.commande.commande.panier.adresseFacturation.ville }}
{{ commande.commande.commande.panier.adresseFacturation.pays.nomfr }}
{{ commande.commande.commande.panier.adresseFacturation.email }}
{{ commande.commande.commande.panier.adresseFacturation.tel }} / {{ commande.commande.commande.panier.adresseFacturation.portable }}
{% endif %} Ecrire un message| Article | Quantité | Prix unitaire | Prix total | statut |
|---|---|---|---|---|
|
{{ item.product.titre }}
{% if item.panierContent.panierComposition %}
- {{item.panierContent.panierComposition.title}}
{% endif %}
{# orientation #}
{% if item.panierContent.panierComposition %}
Composition : {{item.panierContent.panierComposition.title}} {% if item.panierContent.panierComposition.orientation1 > 0 or item.panierContent.panierComposition.orientation2 > 0 %} | {% endif %} {% if item.panierContent.panierComposition.orientation1 > 0 %} {% if item.panierContent.panierComposition.orientation1 == 2 %} Droite {% else %} Gauche {% endif %} {% endif %} {% if item.panierContent.panierComposition.orientation1 > 0 and item.panierContent.panierComposition.orientation2 > 0 %} | {% endif %} {% if item.panierContent.panierComposition.orientation2 > 0 %} {% if item.panierContent.panierComposition.orientation2 == 2 %} Bas {% else %} Haut {% endif %} {% endif %} {% endif %} {# options / options avancées #} {% for panierContentOption in item.panierContent.panierContentOptions %} {{panierContentOption.optionTitle}} : "{{ panierContentOption.name }}" {% endfor %} {% for panierContentOption in item.panierContent.panierContentAdvancedOptions %} {{panierContentOption.advancedTitle}} - {{panierContentOption.advancedSubtitle}} - {{panierContentOption.optionTitle}} : "{{ panierContentOption.name }}" {% endfor %} |
{{ item.count }} | {{ item.prix|toeuro }} | {% set total = item.prix*item.count %}{{ total|toeuro }} |
{% if item.statut == 0 %}
Vous devez accepter ci-dessus
{% endif %}
{% if item.statut > 0 and item.statut < 9 %}
{% if item.livreur %}
Colis en préparation
{% elseif (item.rdv and item.statut < 3) %}
RDV à confirmer
{% else %}
RDV confirmé
{% endif %}
{% endif %}
{% if item.statut == 9 %}
{% if item.livreur %}
Colis expédié
{% elseif item.rdv %}
Terminé
{% else %}
Terminé
{% endif %}
{% endif %}
{% if item.paymentMode == 1 %}
Paiement sur place
{% endif %}
{% if item.paymentMode == 2 %}
Paiement à la livraison
{% endif %}
|
| Frais de port | {{ livraisonPrice|toeuro }} | |||