Favoritter
"Favoritter"-siden er det sted, hvor dine mest elskede stilarter bor, og tilbyder inspiration og muligheder. Udforsk, mix, match og skab dit unikke look med dine favoritter som dine betroede ledsagere.
Favoritter
- Perhaps you also like
- Viewed before
-
{% for product in products %}
{% if product.vendor != "gift_card" %}
{% assign loopLength = loop.length %}
-
{% if product.images.length > 1 %}
{% else %}
{% endif %}
{% for tag in product.tags %} {% if tag contains "Organic Cotton used" %}{{ tag.split("used")[0] }}{% endif %} {% if tag contains "GOTS" %}{{ tag }}{% endif %} {% if tag contains "Oeko-tex 100" %}{{ tag }}{% endif %} {% endfor %}
{{ product.name }}
{% if product.price_max < product.list_price %}{% if product.on_sale == true and product.stock_count > 0 %} {% if current_domain contains 'dk' %}UDSALG{% else %}SALE{% endif %} {% endif %}{{ product.list_price | currency_converter }}{{ product.price_max | currency_converter }}{{ product.price_max | currency_converter }}{% endif %}
{% endif %}
{% endfor %}
-
{% for product in products %}
{% if product.vendor != "gift_card" %}
{% assign loopLengthTwo = loop.length %}
-
{% if product.images.length > 1 %}
{% else %}
{% endif %}
{% for tag in product.tags %} {% if tag contains "Organic Cotton used" %}{{ tag.split("used")[0] }}{% endif %} {% if tag contains "GOTS" %}{{ tag }}{% endif %} {% if tag contains "Oeko-tex 100" %}{{ tag }}{% endif %} {% endfor %}
{{ product.name }}
{% if product.price_max < product.list_price %}{% if product.on_sale == true and product.stock_count > 0 %} {% if current_domain contains 'dk' %}UDSALG{% else %}SALE{% endif %} {% endif %}{{ product.list_price | currency_converter }}{{ product.price_max | currency_converter }}{{ product.price_max | currency_converter }}{% endif %}
{% endif %}
{% endfor %}