{% extends "@Flexy/FrontBundle/Themes/CoWorking/templates/layout.html.twig" %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %}
Supprimer images Product Prix unitaire Quantité Total

Avez-vous un code promo? Cliquez ici pour saisir votre code

{% for singleShippingMethod in shippingMethods %}

{{singleShippingMethod.name}}

  • {% set shippingDurationValue = singleShippingMethod.shippingDuration %} {% set shippingDurationUnit = "H" %} {% if shippingDurationValue < 1 %} {% set shippingDurationValue = 60 * singleShippingMethod.shippingDuration %} {% set shippingDurationUnit = "Min" %} {% endif %} Temps d’attente du Speeder {{shippingDurationValue}} {{shippingDurationUnit}}
  • Récuperation de la commande {{singleShippingMethod.preparationDuration}} H
  • Livraison en {{singleShippingMethod.processingDuration}} H
  • {% if singleShippingMethod.shippingRules|length > 0 %}
  • {{singleShippingMethod.description}}
  • {% endif %}
{% endfor %}
Informations de récupération
Location
Informations de livraison
Location
{% if is_granted("ROLE_CUSTOMER") and customer != null %}
Payer avec ma wallet {{customer.credit}} DH
{% endif %}

Votre commande

{# #} {# #}
Produit Total
Sous total 0,00 MAD
Reduction coupon 0,00 MAD
Paiement par wallet 0,00 MAD
Pourboire pour le livreur 0,00 MAD
Frais de livraison 0,00 MAD
Montant á payer 0,00 MAD
Continuer
{% endblock %} {% block javascripts %} {{parent()}}