{% for offer in offers %} {% if offer.eligible and offer.success != blank %}
{{ offer.success }}
{% break %} {% endif %} {% endfor %}

Votre panier

{% for item in items %} {% unless item.properties._bundle == 'component' %} {% endunless %} {% else %}

Votre panier est vide

Continuer vos achats
{% endfor %} {% assign offers = offers.eligible %} {% for offer in offers %} {% assign offerIndex = forloop.index0 %} {% if offer.products.size > 0 and offer.all_in_cart == false %} {% if offer.display_type == "carousel" %} {% else %}
{% if offer.prompt != blank %}

{{ offer.prompt | newline_to_br }}

{% endif %} {% for product in offer.products %} {% assign productIndex = forloop.index0 %} {% if product.in_cart %}{% continue %}{% endif %} {% unless offer.product_selection == 'all' %} {% if offer.products.size == 1 %} {% else %} {% endif %} {% endunless %} {% endfor %}
{% endif %} {% break %} {% endif %} {% endfor %}
{% unless items.size == 0 %}
{% endunless %}