{{ form_start(form) }}

Ajout d'une nouvelle adresse

{#
#}
{{ form_row(form.firstName, {'attr' : { 'placeholder' : 'Votre Prénom ' | trans }}) }}
{{ form_row(form.lastName, {'attr' : { 'placeholder' : 'Votre Nom ' | trans }}) }}
{{ form_row(form.compagny, {'attr' : { 'placeholder' : 'Votre Adresse ' | trans }}) }}
{{ form_row(form.address, {'attr' : { 'placeholder' : 'Votre Prénom ' | trans }}) }}
{{ form_row(form.city, {'attr' : { 'placeholder' : 'Votre Ville Ex: Conakry ' | trans }}) }}
{{ form_row(form.phone, {'attr' : { 'placeholder' : 'votre Numéro de téléphone' | trans }}) }}
{#
#}
{#

Your Order

  • Cart Subtotal

    $105

  • Shipping Fee

    Free Shipping

  • Order Total

    $105

Payment

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won’t be shipped until the funds have cleared in our account.

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won’t be shipped until the funds have cleared in our account.

  • Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won’t be shipped until the funds have cleared in our account.

#}
{{ form_end(form) }}