BLUE FLOPPY
{{ product.title }}
{% if settings.product-brand-show %}
{% assign product_vendor_handle = product.vendor | handle %}
{% if collections[product_vendor_handle].handle == product_vendor_handle %}
{% assign vendor_url = collections[product_vendor_handle].url %}
{% else %}
{% assign vendor_url = product.vendor | url_for_vendor %}
{% endif %}
{{ product.vendor | link_to: vendor_url }}
{% endif %}
{% if product.available %}
{% else %}
{% endif %}
{% assign variant = product.selected_or_first_available_variant %}
{{ variant.price | money }} {% if variant.price < variant.compare_at_price %}{{ 'products.was' | t }} {{ variant.compare_at_price | money }}{% endif %}
{% for image in product.images %}
{% endfor %}
{% if product.images.size > 1 %}
{% for image in product.images %}
-
{% endfor %}
{% endif %}
{% comment %}
{% if product.metafields.amazon.url %}
{% comment %}
{% endcomment %}
Why am I
buying from Amazon?
This is why... This is why... This is why... This is why... This is why...
{% endif %}
{% include 'snippet-product-unavailable' %}
{{ product.description }}
{% if settings.product-position-title-vendor == 'left' %}
{% endif %}
{% if settings.product-position-price == 'left' %}
{% endif %}
{% if settings.product-position-form == 'left' %}
{% endif %}
{% if settings.product-position-thumbs == 'left' %}
{% endif %}
{% if settings.product-position-description == 'left' %}
{% endif %}
{% if settings.product-position-thumbs == 'center' %}
{% endif %}
{% if settings.product-position-title-vendor == 'right' %}
{% endif %}
{% if settings.product-position-price == 'right' %}
{% endif %}
{% if settings.product-position-form == 'right' %}
{% endif %}
{% if settings.product-position-thumbs == 'right' %}
{% endif %}
{% if settings.product-position-description == 'right' %}
{% endif %}
{% if settings.product-share-this-show %}
{% include 'snippet-product-share' with 'product-template' %}
{% endif %}
{% if settings.product-similar-products-show %}
{% include 'snippet-related-products' %}
{% endif %}
{% if settings.product-modal-enabled %}
{% endif %}
{% if settings.product-size-chart-enabled %}
{% include 'snippet-size-chart' %}
{% endif %}