Page
{% 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 %} {{ 'collections.toolbar.previous' | t }} {% endif %} {% if collection.next_product %} {{ 'collections.toolbar.next' | t }} {% endif %} {% endif %}{{ 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.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 %}