product-test

0 %} href="{{ product.image | product_image_url }}"{% endif %}>Image of {{ product.name | strip_html | escape }}{% if product.image_count > 0 %}{% endif %} {% if product.image_count > 1 %}
    {% for image in product.images %}
  • {% endfor %}
{% 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 %}

{{ product.options_in_stock | options_radio }}

{% 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 %}
  • {% unless product.has_default_option %}{{ option.name }} - {{ option.inventory }}% in stock{% endunless %}
    {% if option.sold_out %}

    Sold

    {% endif %}
  • {% endfor %}

{% endif %}

{% when 'sold-out' %}

Sold

{% when 'coming-soon' %}

SOLD

Make a donation

{% endcase %}

{% if theme.show_newest %}

Newest Products

    {% get 5 products from products.all order:'newest' %} {% for product in products %}
  • {{ product.name | escape }}
  • {% endfor %} {% endget %}
{% endif %}

{% for category in product.categories %}

{% if category.permalink == 'fixed-price' %}

All works available to purchase at fixed price:

{% endif %} {% if category.permalink == 'auction' %}

All works available at auction:

{% endif %}

{% endfor %}

{% for image in product.images %}
Store.fullSizeImages.push('{{ image | product_image_url }}');
{% endfor %}