Ghetto

0 %} href="{{ product.image | product_image_url }}"{% endif %}>Image of {{ product.name | escape }}{% if product.image_count > 0 %}{% endif %} {% if product.image_count > 1 %}
{% endif %}

{{ product.name }}

${{ product.default_price | replace: ".0", ""}}{% if product.on_sale %} - On Sale [Reg. ${{ product.default_price | plus: 8 | replace: ".0", ""}}]{% endif %}

{% if product.description != blank %}
{{ product.description | paragraphs }}
{% endif %}

{% case product.status %}

{% when 'active' %}

{% 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 Out{% endif %}
  • {% endfor %}
{% endif %}

{% if product.has_default_option %}

{{ product.option | hidden_option_input }}

{% else %}

{{ product.options_in_stock | options_select }}

{% endif %}

Add to cart



{% when 'sold-out' %}

Sold Out

We'll hit you up when this item is available again!
{% when 'coming-soon' %}

Coming Soon

We'll hit you up when this item is available again!
{% endcase %}

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