{% extends 'front/base.html.twig' %} {% block title %}{{ Globals.getCompany().name }} | Commande rapide {{ productName|default('Produit') }}{% endblock %} {% block meta %} {% endblock %} {% block extra_head %} {{ parent() }} {% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block body %} {% if redirectUrl %} {% endif %}
{% if redirectUrl %} {{ pageErrorMessage }} {% else %} ${ pageError } {% endif %}
Commande rapide

${ produit.name || '{{ productName|e('js') }}' }

Ref : ${ produit.reference }
${ unitPrice.toFixed(3) } TND ${ unitPrice.toFixed(3) } TND ${ oldUnitPrice.toFixed(3) } TND -${ Number(produit.promo.discountValue || 0).toFixed(3) } TND -${ produit.promo.discountValue }%
  • ${ entry.name.charAt(0) }
Couleur. ${ selectedDeclinaison.couleur.name } - Réf. ${ selectedDeclinaison.ref }
Disponibilité : ${ availabilityStatus.label }
Résumé

Votre commande directe

${ availabilityStatus.label }
Produit
${ produit.name || '{{ productName|e('js') }}' }
Déclinaison
${ selectedDeclinaison.couleur.name } / ${ selectedDeclinaison.taille }
Prix unitaire
${ unitPrice.toFixed(3) } TND
Quantité
${ qty }
Livraison
Gratuite ${ deliveryPriceFinal.toFixed(3) } TND
Total
${ orderTotal.toFixed(3) } TND
{% include 'front/order/_customer_delivery_fields.html.twig' %}
  • {{ website_setting('returnPolicyText', 'Politique de retour de 3 jours') }}
  • Paiement à la livraison
{% include 'front/order/_address_modal.html.twig' %} {% endblock %}