{{ store.name }} {% for product in products.all %} {% if product.status == 'active' %} {{ product.id }} {% assign title = product.description | split:'

' | last | split:'

' | first %} {% assign subtitle = product.description | split:'

' | last | split:'

' | first %} {% assign brief = product.description | split:'
' | last | split:'
' | first %} {{ title | strip_html | escape }} {{ subtitle | strip_html | escape }}{{ brief | strip_html | escape }} Arts & Entertainment > Hobbies & Creative Arts > Crafts & Hobbies > Scrapbooking {% for category in product.categories %} {{ category.name | escape }} {% endfor %} {{ store.url }}{{ product.url | escape }} {{ product.image.url }} {% for image in product.images %} {{ image | product_image_url }} {% endfor %} new {% assign in_stock = false %} {% for option in product.options %} {% if option.sold_out == false %} {% assign in_stock = true %} {% endif %} {% endfor %} {% if in_stock %}in stock{% else %}out of stock{% endif %} {{ product.price }} USD {% if product.onsale %} {{ product.price }} USD {% endif %} Gadanke FALSE {% for option in product.options %} {% if option.sold_out == false and option.name != 'Default' %} {{ option.name | escape }} {% endif %} {% endfor %} {% for area in product.shipping %} {% case area.country.name %} {% when 'Canada' %} CA Standard {{ area.amount_alone }} USD {% when 'United States' %} US Standard {{ area.amount_alone }} USD {% endcase %} {% endfor %} {% for category in product.categories %} {{ category.name }} {% endfor %} {% endif %} {% endfor %}