0 %} href="{{ product.image | product_image_url }}"{% endif %}>{% if product.image_count > 0 %}{% endif %}
{% if product.image_count > 1 %}
{% endif %}
{{ product.name }}
{% if product.description != blank %}
{{ product.description | paragraphs }}
{% endif %}
{% case product.status %}
{% when 'active' %}
{% if product.has_default_option %}
{{ product.option | hidden_option_input }}
{% else %}
{% endif %}
{{ product.price | money_with_sign }}{% if product.on_sale %} - On Sale{% endif %}
Online sales closed
{% if theme.show_inventory_bars %}
Availability
-
{% for option in product.options %}
-
Sold
{% endif %}
{% endfor %}
{% if option.sold_out %}
{% endif %}
{% when 'sold-out' %}
Sold
{% when 'coming-soon' %}
SOLD
{% endcase %}
{% if theme.show_newest %}
{% endif %}
Newest Products
{% for category in product.categories %}
{% if category.permalink == 'fixed-price' %}All works available to purchase at fixed price:
-
{% for product in categories.fixed-price.products %}
- {{ product.name }} {% endfor %}
All works available at auction:
-
{% for product in categories.auction.products %}
- {{ product.name }} {% endfor %}
{% endfor %}
{% for image in product.images %}
Store.fullSizeImages.push('{{ image | product_image_url }}');
{% endfor %}