{% if section.settings.product_breadcrumb == false %} {% style %} .container .breadcrumb__wrapper { display: none; } {% endstyle %} {% endif %}
{{ product.vendor | link_to_vendor }}
{{ variant.sku }}
{{ 'collections.general.coming_soon' | t }}
{% if variant.available == false %}{{ 'products.product.sold_out' | t }}{% endif %} {% if variant_price > 0 %} {{ variant_price | money }} {% else %} {{ settings.free_price_text }} {% endif %} {% if variant_price < variant_compare_at_price and variant.available %} {{ variant_compare_at_price | money }} {% endif %}
{{ 'products.product.collections' | t }}: {% for col in product.collections %} {{ col.title }}{% unless forloop.last %},{% endunless %} {% endfor %}
{% for tag in product.tags %} {% if forloop.first %} {{ 'products.product.tags' | t }}: {% endif %} {% unless tag contains 'meta-' %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endunless %} {% endfor %}
{{ 'products.product.product_types' | t }}: {{ product.type | link_to_type }}
{{ 'products.product.vendor' | t }}: {{ product.vendor | link_to_vendor }}