Page

{% include 'breadcrumb' %}
{% include 'product-sidebar' %}
{% if product.images.size == 0 %}
{% else %}
{% assign featured_image = product.selected_or_first_available_variant.featured_image | default: product.featured_image %} <span class='notranslate'>{{ featured_image.alt | escape }}</span>
{% if product.images.size > 0 %}
{% endif %} {% endif %}

{% if settings.enable_multilang %} {{ product.title | split: '|' | first }} {{ product.title | split: '|' | last }} {% else %} {{ product.title | split: '|' | first }} {% endif %}

{% if settings.display_prev_next_product and collection %} {% if collection.previous_product %} {% endif %} {% if collection.next_product %} {% endif %} {% endif %}
{% if settings.display_sample_vendor %}

{{ product.vendor }}

{% endif %} {% if settings.display_product_reviews %} {% endif %} {% if product.description contains '[countdown]' %} {% assign count_down_first = product.description | split:'[/countdown]' | first %} {% assign count_down_final = count_down_first | split:'[countdown]' | last %}
{% if settings.enable_multilang %} {{ settings.text_countdown | split: '|' | first }} {{ settings.text_countdown | split: '|' | last }} {% else %} {{ settings.text_countdown | split: '|' | first }} {% endif %}
{% endif %} {% if settings.display_availability or settings.display_product_type or settings.display_vendor %}
{% if settings.display_availability %}

{% if settings.text_availability != blank %} {% if settings.enable_multilang %} {% else %} {% endif %} {% endif %} {% if product.selected_or_first_available_variant.inventory_management %} {% assign first_inventory = product.selected_or_first_available_variant.inventory_quantity %} {% if first_inventory > 0 %} {{first_inventory}} {{ 'products.product.in_stock' | t }} {% else %} {{ 'products.product.out_of_stock' | t }} {% endif %} {% else %} {{ 'products.product.many_in_stock' | t }} {% endif %}

{% endif %} {% if settings.display_product_type %}

{% if settings.text_product_type != blank %} {% if settings.enable_multilang %} {% else %} {% endif %} {% endif %} {{ product.type }}

{% endif %} {% if settings.display_vendor %}

{% if settings.text_vendor != blank %} {% if settings.enable_multilang %} {% else %} {% endif %} {% endif %} {{ product.vendor }}

{% endif %}
{% endif %}
{% if product.description contains '[countdown]' %} {% assign des = product.description | split:'[/countdown]' | last %} {% if settings.show_desc == 'short' %} {% if settings.enable_multilang %}
{{ des | split: '[lang2]' | first | strip_html | truncatewords: 50 }}
{{ des | split: '[lang2]' | last | strip_html | truncatewords: 50 }}
{% else %}
{{ des | split: '[lang2]' | first | strip_html | truncatewords: 50 }}
{% endif %} {% elsif settings.show_desc == 'full' %} {% if settings.enable_multilang %}
{{ des | split: '[lang2]' | first }}
{{ des | split: '[lang2]' | last }}
{% else %}
{{ des | split: '[lang2]' | first }}
{% endif %} {% endif %} {% else %} {% if settings.show_desc == 'short' %} {% if settings.enable_multilang %}
{{ product.description | split: '[lang2]' | first | strip_html | truncatewords: 50 }}
{{ product.description | split: '[lang2]' | last | strip_html | truncatewords: 50 }}
{% else %}
{{ product.description | split: '[lang2]' | first | strip_html | truncatewords: 50 }}
{% endif %} {% elsif settings.show_desc == 'full' %} {% if settings.enable_multilang %}
{{ product.description | split: '[lang2]' | first }}
{{ product.description | split: '[lang2]' | last }}
{% else %}
{{ product.description | split: '[lang2]' | first }}
{% endif %} {% endif %} {% endif %}
{% if product.compare_at_price > product.price %} {{ product.compare_at_price_max | money }} {{ product.price | money }} {% else %} {{ product.price | money }} {% endif %}
{% assign variantCount = product.variants | size %} {% if product.available %} {% if variantCount > 1 %} {% if settings.use_color_swatch %} {% for option in product.options %} {% include 'swatch' with option %} {% endfor %} {% endif %} {% else %} {% endif %} {% endif %}
{% if product.available %}
-
+
{% if settings.display_subtotal and product.available %}
{{ product.price | money }}
{% endif %} {% else %} {% endif %}
{% include 'wishlist-product' %} {% if settings.display_product_detail_tag %}
{{ 'blogs.article.tags' | t }} {% for tag in product.tags %} / {% endfor %}
{% endif %} {% if settings.display_product_detail_share %} {% comment %} {% include 'share' with product %} {% endcomment %} {% endif %} {% if settings.show_tab == 'vertical' %}
{% if settings.display_product_detail_description %}
{% if product.description contains '[countdown]' %} {% assign des = product.description | split:'[/countdown]' | last %} {% if settings.enable_multilang %}
{{ des | split: '[lang2]' | first }}
{{ des | split: '[lang2]' | last }}
{% else %}
{{ des | split: '|' | first }}
{% endif %} {% else %} {% if settings.enable_multilang %}
{{ product.description | split: '[lang2]' | first }}
{{ product.description | split: '[lang2]' | last }}
{% else %}
{{ product.description | split: '[lang2]' | first }}
{% endif %} {% endif %}
{% endif %} {% if settings.display_custom_tab %}
{% if settings.enable_multilang %}
{{ settings.custom_tab_content | split: '[lang2]' | first }}
{{ settings.custom_tab_content | split: '[lang2]' | last }}
{% else %}
{{ settings.custom_tab_content | split: '[lang2]' | first }}
{% endif %}
{% endif %} {% if settings.display_size_chart %} {% endif %} {% if settings.display_product_reviews %}
{% comment %} Add product review widget, must install Product Review App: https://apps.shopify.com/product-reviews {% endcomment %}
{{ product.metafields.spr.reviews }}
{% endif %}
{% endif %}
{% if settings.show_tab == 'horizontal' %}
{% if settings.display_product_detail_description %} {% if product.description contains '[countdown]' %} {% assign des = product.description | split:'[/countdown]' | last %}
{% if settings.enable_multilang %}
{{ des | split: '[lang2]' | first }}
{{ des | split: '[lang2]' | last }}
{% else %}
{{ des | split: '[lang2]' | first }}
{% endif %}
{% else %}
{% if settings.enable_multilang %}
{{ product.description | split: '[lang2]' | first }}
{{ product.description | split: '[lang2]' | last }}
{% else %}
{{ product.description | split: '[lang2]' | first }}
{% endif %}
{% endif %} {% endif %} {% if settings.display_custom_tab %}
{% if settings.enable_multilang %}
{{ settings.custom_tab_content | split: '[lang2]' | first }}
{{ settings.custom_tab_content | split: '[lang2]' | last }}
{% else %}
{{ settings.custom_tab_content | split: '[lang2]' | first }}
{% endif %}
{% endif %} {% if settings.display_size_chart %}
{{ 'custom_size_chart_content.jpg' | asset_url | img_tag }}
{% endif %} {% if settings.display_product_reviews %}
{% comment %} Add product review widget, must install Product Review App: https://apps.shopify.com/product-reviews {% endcomment %}
{{ product.metafields.spr.reviews }}
{% endif %}
{% endif %} {% if settings.display_related_products %} {% if settings.related_products_type == "tags" %} {% include 'related-products-by-tags' %} {% else %} {% include 'related-products' %} {% endif %} {% endif %} {{ 'option_selection.js' | shopify_asset_url | script_tag }}
{% if settings.display_recently_viewed_products %} {% include 'recently-viewed-products' %} {% endif %}