Your Cart
{% for offer in offers %}
{{ offer.title }}
{{offer.product.title}}
Free Gift
{% endfor %}
{% for item in items %}
{% unless item.properties._bundle == 'component' %}
{% assign urlparams = '' %}
{% if item.properties._urlparams != blank %}
{% assign urlparams = item.properties._urlparams %}
{% endif %}
{% unless item.properties._gift and product_has_only_default_variant %}
{% endunless %}
{% endunless %}
{% endfor %}