{% if region is defined %} {% else %} {% set region = '' %} {% endif %} {% extends "::layout"~region~".html.twig" %} {% block container %}
Produits livrés à domicile :
{{ totalPrice|toeuro }}
{% endif %} {% endfor %} #}{{ item.basePrice|toeuro }}
{{ item.product.titre }} {% if item.composition %} - {{item.composition.title}} {% endif %}
ref. {{ item.product.ref }} - {{ item.size }} {% if item.product.declinaisonOption %}- {{ item.product.declinaisonOption }}{% endif %}
Service Destination Tarif
Total frais de port : {{ boutique.frais|toeuro }} TTC
Produits à retirer chez le vendeur :
{{ totalPrice|toeuro }}
{% endif %} {% endfor %} #}{{ item.basePrice|toeuro }}
{{ item.product.titre }}
ref. {{ item.product.ref }} - {{ item.size }} {% if item.product.declinaisonOption %}- {{ item.product.declinaisonOption }}{% endif %}
Le retrait sera possible {{ product.material.commandeType.retraitTypeOption~":"~product.material.commandeType.retraitTypeOption2 }} après la commande.
{% else %} {% if product.material %} {% set retraitdelais = product.material.commandeType.retraitDelais %} {% if product.material.commandeType.retraitDelais == 2 %} {% set retraitdelais = product.material.commandeType.retraitCustomDelais %} {% endif %} {% endif %}Le retrait sera possible à partir du {{ retraitdelais|addtodate }} {% if product.material and product.material.commandeType.retraitType == 1 %} {% if product.material.commandeType.retraitTypeOption == 1 %} sur RENDEZ-VOUS. La prise de RDV se fera sur le site. {% endif %} {% if product.material.commandeType.retraitTypeOption == 2 %} sur RENDEZ-VOUS. La prise de RDV se fera par téléphone. {% endif %} {% if product.material.commandeType.retraitTypeOption == 3 %} sur RENDEZ-VOUS. La prise de RDV se fera par téléphone. {% endif %} {% endif %} {% if product.material and product.material.commandeType.retraitType == 2 %} à tout moment aux horaires d'ouverture. {% endif %} {% if product.material and product.material.commandeType.retraitType == 4 %} aux horaires spécifiées. {% endif %} {% endif %}
Services réservés :
{{ 5|toeuro }}
{% if item.product.service.multy == true %} {% for tarif in item.product.service.tariflist %} {% if tarif.id == item.size %}{{ item.product.titre }} - {{ tarif.name }}
{% endif %} {% endfor %} {% else %}{{ item.product.titre }}
{% endif %} {% else %} {% if item.product.service.multy == true %} {% for tarif in item.product.service.tariflist %} {% if tarif.id == item.size %}{{ tarif.currenttarif|toeuro }}
{{ item.product.titre }} - {{ tarif.name }}
{% endif %} {% endfor %} {% else %}{{ item.product.service.currentTarif|toeuro }}
{{ item.product.titre }}
{% endif %} {% endif %}ref. {{ item.product.ref }}
{% if item.product.service.paiement == 1 %} {% if item.product.service.multy == true %} {% set prixTotalWithAcompte = 1 %} {% for tarif in item.product.service.tariflist %} {% if tarif.id == item.size %} {% set prixTotalWithAcompte = tarif.currenttarif %} {% endif %} {% endfor %} {% else %} {% set prixTotalWithAcompte = 1 %} {% set prixTotalWithAcompte = item.product.service.currentTarif %} {% endif %}Prix total : {{ prixTotalWithAcompte|toeuro }}. Un acompte de 5€ est à régler de suite. Le vendeur vous facturera le montant restant le jour du RDV.
{% endif %}
{% if item.product.service.ou == 1 %}
à réaliser à domicile.
{% else %}
Dans nos locaux.
{% endif %}
RDV à fixer avec le vendeur après la commande
Total vendeur : {{ boutique.tarif|toeuro }} TTC
{% if panier.codePromo and (boutique.reduction.freeShipping or boutique.reduction.value > 0) %}Vous bénéficez actuellement de : {% if boutique.reduction.value > 0 %}{{boutique.reduction.value|toeuro}} de réduction. {% endif %}{% if boutique.reduction.freeShipping %}Du port offert : {{boutique.reduction.valueShipping|toeuro}}.{% endif %}
{% endif %}Total : {{ total|toeuro }} TTC
Votre panier est actuellement vide
{% endif %}