{% extends 'base.html.twig' %} {% block title %}Choisissez votre adresse{% endblock %} {% block body %}

Panier > Adresse > Paiement > Confirmation

Votre adresse de livraison


{{userPostAdress.title}}
{{userPostAdress.lastName}} {{userPostAdress.firstName}}
{{userPostAdress.adress}}
{{userPostAdress.additionalAdress}}
{{userPostAdress.postCode}}
{{userPostAdress.city}}

Votre adresse de facturation


{% if userPostAdress is not empty %}
{{userPostAdress.title}}
{{userPostAdress.lastName}} {{userPostAdress.firstName}}
{{userPostAdress.adress}}
{{userPostAdress.additionalAdress}}
{{userPostAdress.postCode}}
{{userPostAdress.city}}
{% else %}
{% endif %}

Résumé


Produits {{ numberOfItem }}
{{ totalPrice/100 }} €
Livraison

Total
{{ totalPrice/100 }} €
{% endblock %}