{% if block.item[0].statut == 0 %} {% if block.item[0].product.decline %} {% set produit = block.item[0].product.declinaison %} {% else %} {% set produit = block.item[0].product %} {% endif %}

{{ block.item|length }} produit{% if block.item|length > 1 %}s{% endif %} retiré{% if block.item|length > 1 %}s{% endif %} en magasin

{% if block.retraittype == 1 %}

Vous allez fixer un RDV avec le client, {% if block.retraittypeo == 1 %} via l'outil Consommez En France.com (ici même). {% else %} par téléphone, après avoir accepté la commande. {% endif %}

{% endif %} {% if block.retraittype == 2 %}

Le client passera aux heures d'ouverture, à partir du {{ produit.material.commandetype.retraitDelais|addtodate(commande.commande.commande.date|date('U')) }}.

{% endif %} {% if block.retraittype == 3 %}

Le client passera aux heures d'ouverture, au minimum {{ produit.material.commandetype.retraitTypeOption }}h{{ produit.material.commandetype.retraitTypeOption2 }} après la commande.

{% endif %} {% if block.retraittype == 4 %}

Le client passera aux heures de retrait définis.

{% endif %}
{% include "YOUCommercantBundle:Commande:accepte.html.twig" %} {% endif %} {% if block.item[0].statut == -1 %}

Retrait abandonné

Vous avez refusé ce retrait.

{% endif %} {% if block.item[0].statut >= 1 and block.item[0].statut < 9 %} {% if block.retraittype > 1 %} {% if block.item[0].product.decline %} {% set produit = block.item[0].product.declinaison %} {% else %} {% set produit = block.item[0].product %} {% endif %}
{% if block.retraittype == 2 %}

Votre client passera aux heures d'ouverture, à partir du {{ produit.material.commandetype.retraitDelais|addtodate(commande.commande.commande.date|date('U')) }}.

{% endif %} {% if block.retraittype == 3 %}

Votre client passera aux heures d'ouverture, au minimum {{ produit.material.commandetype.retraitTypeOption }}h{{ produit.material.commandetype.retraitTypeOption2 }} après la commande.

{% endif %} {% if block.retraittype == 4 %}

Votre client passera aux heures de retrait définis.

{% endif %} {% if block.item[0].paymentMode == 0 %}

Il vous donnera alors un code secret. Validez ce code ci-dessous :

{% else %}

 

{% endif %}
{% include "YOUCommercantBundle:Commande:code.html.twig" %} {% else %} {% if (block.item[0].statut == 3 and block.retraittypeo != 1) or block.item[0].statut == 4 %}

RDV confirmé le {{ block.item[0].rdv.date|date('d/m/Y \à h:i') }}.

{% if block.item[0].paymentMode == 0 %}

Il vous donnera alors un code secret. Validez ce code ci-dessous :

{% else %}

 

{% endif %}
{% include "YOUCommercantBundle:Commande:code.html.twig" %} {% elseif block.item[0].statut == 3 %} {% if block.retraittypeo == 1 %}

Veuillez patienter.

Votre client dispose d’un délai de 12h pour valider le rendez-vous. Vous serez informé(e) par e-mail.

{% include 'YOUCommercantBundle:Commande:rdv-proxi.html.twig' %} {% endif %} {% elseif block.item[0].statut == 2 %} {% if block.retraittypeo == 1 %}

Le client attend vos propositions !

Vous devez proposer au moins une date de RDV :

{% include 'YOUCommercantBundle:Commande:rdv-proxi.html.twig' %} {% endif %} {% elseif block.item[0].statut == 1 %} {% if block.retraittypeo == 1 %}

Veuillez patientez.

Le client va vous indiquer ses préférences pour la date de RDV.

La demande de votre client s'affichera ici automatiquement. vous serez prévenu par e-mail.

{% endif %} {% if block.retraittypeo == 2 %}

Veuillez patientez.

Le client va vous appeler pour fixer une date de RDV.

La demande de votre client s’affichera ici automatiquement. Vous serez prévenu par e-mail.

{% endif %} {% if block.retraittypeo == 3 %}

Votre client attend votre appel !

Vous devez fixer une date de RDV par téléphone.

{% include 'YOUCommercantBundle:Commande:rdv-tel-set.html.twig' %} {% endif %} {% endif %} {% endif %} {% endif %} {% if block.item[0].statut == 9 %}

Félicitations, c’est terminé !

Après vérification, votre compte sera crédité.

{% endif %}