{% layout none %} {% for product in collection.products %} {% for variant in product.variants %} Vægure PureTime shopify_DK_{{ product.id }}_{{ variant.id }} {{ product.title }} {{ product.description }} {{ variant.price | money_without_currency }} {% if variant.compare_at_price > 0 %}{{ variant.compare_at_price | money_without_currency }}{% endif %} https:{% if variant.image.src %}{{ variant.image.src | product_img_url: 'grande' }}{% else %}{{ product.featured_image.src | product_img_url: 'grande' }}{% endif %} {{ shop.url }}{{ variant.url }} {{ variant.inventory_quantity }} {% if variant.inventory_quantity > 1 %}1-3 hverdage{% else %}Ukendt{% endif%} 0 {% endfor %} {% endfor %}