Commande payée en ligne
{% endif %}QTE | PRODUIT | PRIX |
---|
{% if el.quantity>1 %}
{{ el.quantity }}
{% endif %}
{% if el.quantity==1 %}
{{ el.quantity }} {% endif %} |
{% endif %}
{% if el.quantity==0 %}
{% endif %} |
{{ el.name }}
{% if el.size!='' and el.level>0 %}
({{ el.size }})
{% endif %}
|
{% if el.quantity==0 %}
{{ el.price | number_format(2, '.', ',') }} {{order.currency}} | {% endif %} {% if el.quantity>0 %}{{ el.price * el.quantity | number_format(2, '.', ',') }} {{order.currency}} | {% endif %}
Avec : {% for opt in el.optionIngredients %} {{ opt.name }}, {% endfor %} | ||||
Sans : {% for comp in el.removedCompositions %} {{ comp.name }}, {% endfor %} | ||||
{% if el.quantity>1 %}
{{ el.quantity }}
{% endif %}
{% if el.quantity==1 %}
{{ el.quantity }} {% endif %} |
{% if order.pdvId==183 %} Supp : {{ supp.name }} {% else %} Supp : {{ supp.name }} {% endif %} | {{ supp.cout*el.quantity }} {{order.currency}} | ||
{{ el.comment }} |
{{ menu.quantity }} |
{{ menu.title }}
|
{{ menu.price*menu.quantity | number_format(2, '.', ',') }} {{order.currency}} |
{% if 'Moitié' not in el.name and el.quantity>1 %}
{{ el.quantity }}x
{% endif %}
{{ el.name }}
{% if el.size!='' and el.level>0 %}
({{ el.size }})
{% endif %}
|
{% if el.price>0 %} {{ el.price * el.quantity | number_format(2, '.', ',') }} {{order.currency}} {% endif %} {% if el.priceSuppMenu>0 %} +{{ el.priceSuppMenu * el.quantity | number_format(2, '.', ',') }} {{order.currency}} {% endif %} | |
Avec : {% for opt in el.optionIngredients %} {{ opt.name }}, {% endfor %} | ||
Sans : {% for comp in el.removedCompositions %} {{ comp.name }}, {% endfor %} | ||
{% if order.pdvId==183 %} Supp : {{ supp.name }} {% else %} Supp : {{ supp.name }} {% endif %} | {{ supp.cout }} {{order.currency}} | |
{{ menu.comment }} |
Remise {{ order.discount }} % | - {{ (order.amount*order.discount)/100 }} {{order.currency}} | |
Coupon {{order.couponValue}} {% if order.couponType==1 %} {{order.currency}} {% else %} % {% endif %} | - {{order.couponAmount}} {{order.currency}} | |
{{order.feesLabel}} | {{order.fees}} {{order.currency}} |