{# ****************** Detail Panier *****************#}

Panier

  • {% for art in articles %}
     Retirer
    Produit : {{ art['article'] }}
    Prix HT : {{ (art['put'])|localizedcurrency('TND') }}
    {% endfor %}
  • {% if(totals['ttc']) %}
  • Total HT {{ (totals['tpunit'])|localizedcurrency('TND') }}
    TVA {{ (totals['tva']) }} %
    Total Remise {{ (totals['tremise']) }} %
    Total TTC {{ (totals['ttc'])|localizedcurrency('TND') }}

    Panier Commander

  • {% else %} Votre panier est vide !! {% endif %}