Why is the size option missing in my online store?

Hi, my store is missing the size option. ((( azheatplug.com )))

Can you help?

I have this on the product.liquid


{% assign variant_tmp = product.selected_or_first_available_variant | default: product.variants.first %}
{% assign featured_image = current_variant.featured_image | default: product.featured_image %}
{% include ‘breadcrumb’ %}
{% assign media_col = settings.product_image_size %}
{% assign main_col = 12 | minus: settings.product_image_size %}

{% if settings.product_sidebar_position != 'none' %}
{%else%}
{%endif%}
{% include 'media' %}
{% if settings.product_prev_next != blank %}
{% if collection %} {% if collection.previous_product or collection.next_product %} {% if collection.previous_product %}
{{ settings.product_prev_text }} {% assign words = collection.previous_product | split:'/' %} {% assign word = words.last %}
{% endif %} {% if collection.next_product %}
{{ settings.product_next_text }} {% assign words = collection.next_product | split:'/' %} {% assign word = words.last %}
{% endif %} {% endif %} {% endif %}
{% endif %} {% if settings.product_sku %} {% assign current_variant = product.selected_or_first_available_variant %}
{{ 'products.product.sku' | t }} {{ current_variant.sku }}
{% endif %}
{% include 'addthis' %} {% if settings.product_short_desc %}
{% if settings.product_short_desc %}
{%- assign description = product.description -%} {%- if description contains '[countdown]' -%} {%- assign description = description | split:'[/countdown]' | last -%} {%- endif -%} {%- if product.description contains '[shortdesc]' and settings.product_short_desc == '1' -%} {%- assign first = description | split:'[/shortdesc]' | first -%} {%- assign description = first | split:'[shortdesc]' | last -%} {%- else -%} {%- if product.description contains '[shortdesc]' -%} {%- assign description = description | split:'[/shortdesc]' | last -%} {%- endif -%} {%- if product.description contains '[accesories]' -%} {%- assign description = description | split:'[/accesories]' | last -%} {%- endif -%} {%- if description contains '[specifications]' -%} {%- assign description = description | split:'[/specifications]' | last -%} {%- endif -%} {%- if settings.product_short_desc == '1' -%} {%- assign description = description | strip_html | truncatewords: 30 -%} {%- endif -%} {%- endif -%}

{% if settings.language_enable %}

{{ description | split: '[lang2]' | first }}
{{ description | split: '[lang2]' | last }}
{% else %} {{ description | split: '[lang2]' | first }} {% endif %}
{% endif %}
{% endif %}
{% if product.description contains '[countdown]' and settings.product_countdown != blank %} {% assign count_down_first = product.description | split:'[/countdown]' | first %} {% assign count_down_final = count_down_first | split:'[countdown]' | last %}
{{'products.product.count_down' | t }}
{% endif %} {% if settings.product_availability %}
{{ 'products.product.availability' | t }} {% 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.product_type %}
{{ 'products.product.product_type' | t }} {{ product.type }}
{% endif %} {% if settings.product_vendor %}
{{ 'products.product.product_vendor' | t }} {{ product.vendor }}
{% endif %}
{{ variant_tmp.price | money }}
{% if variant_tmp.compare_at_price > variant_tmp.price %} {{ variant_tmp.compare_at_price | money }} {% endif %}
{% if product.available %} {% else %} {% endif %}
{{ 'products.product.quantity' | t }}:
+
-
{% if product.available %}
{{ 'products.product.add_to_cart' | t }}
{% else %}
{{ 'products.product.sold_out' | t }}
{% endif %}
{% include 'wishlist-product-detail'%}
{% if settings.product_tags %}
{{ 'blogs.article.tags' | t }} {% for tag in product.tags %} / {{ tag }} {% endfor %}
{% endif %}
{% if settings.related_product_display and settings.related_product_move != blank %}
{% if settings.related_product_type == "tags" %} {% include 'related-products-by-tags' %} {% else %} {% include 'related-products' %} {% endif %}
{% endif %} {% if settings.product_sidebar_position != 'none' %}
{% include 'product-page-tab' %}
{% endif %} {% if settings.related_product_display and settings.related_product_move == blank and settings.product_sidebar_position != 'none'%}
{% if settings.related_product_type == "tags" %} {% include 'related-products-by-tags' %} {% else %} {% include 'related-products' %} {% endif %}
{% endif %}
{% if settings.product_sidebar_position != 'none' %}
{% include 'product-sidebar' %}
{% endif %}

{% if settings.product_sidebar_position == 'none' %}
{% include 'product-page-tab' %}
{% if settings.related_product_display and settings.related_product_move == blank%}
{% if settings.related_product_type == "tags" %} {% include 'related-products-by-tags' %} {% else %} {% include 'related-products' %} {% endif %}
{% endif %}
{%endif%}

There is a couple of Javascript errors on your page.

Somewhere in your themeliquid layout should be a code similar to


Pay attention to the var multi_language = ; line – see that there is nothing rendered on the right, however in your liquid you will see some code there.

If your theme has multi-language feature make sure it’s off, or configure properly; it’s hard to give further recommendations without seeing your code.

Hi Tim.

This is what I have on my themeliquid:

type=“image/png” />
{% if template contains ‘index’ %}
{% if page_title != blank and page_title != ‘Welcome’ %}
{{ page_title }}
{% else %}
{{ shop.name }}
{% endif %}
{% elsif template == ‘404’ %}
Page Not Found - {{ shop.name }}
{% else %}
{{ page_title }} - {{ shop.name }}
{% endif %}

{% if page_description %}

{% endif %}

{% include ‘social-meta-tags’ %}

{{ 'bootstrap.min.css' | asset_url | stylesheet_tag }} {% if template contains 'collection' %} {{ 'bootstrap-select.min.css' | asset_url | stylesheet_tag }} {% endif %}

{{ ‘techmarket-icon.css’ | asset_url | stylesheet_tag }}
{{ ‘font-awesome.min.css’ | asset_url | stylesheet_tag }}
{{ ‘owl.carousel.min.css’ | asset_url | stylesheet_tag }}
{{ ‘ultramegamenu.css’ | asset_url | stylesheet_tag }}
{{ ‘effect.css’ | asset_url | stylesheet_tag }}
{{ ‘magnific-popup.css’ | asset_url | stylesheet_tag }}
{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }}

{% if template contains ‘product’ %}
{{ ‘jquery.fancybox.css’ | asset_url | stylesheet_tag }}
{%endif%}
{{ ‘animate.css’ | asset_url | stylesheet_tag }}
{{ ‘color-config.scss.css’ | asset_url | stylesheet_tag }}

{{ content_for_header }}
{% include ‘oldIE-js’ %}

{{ ‘vendor.js’ | asset_url | script_tag }}
{{ ‘bootstrap.min.js’ | asset_url | script_tag }}
{% if template contains ‘customers’ %}
{{ ‘shopify_common.js’ | shopify_asset_url | script_tag }}
{% endif %}
{% if settings.basic_font == ‘google’%}

rel=‘stylesheet’ type=‘text/css’>
{% endif %}
{% if settings.heading_font == ‘google’%}

rel=‘stylesheet’ type=‘text/css’>
{% endif %}

{% include ‘translator’ %}

{% if settings.product_color_swatches_enable != blank %}
.product-view .product-options .selector-wrapper {
display: none;
}
{% endif %}
{% if settings.disable_responsive == ‘yes’%}
.container{
width:1170px!important;
}
{% endif %}
{{settings.custom_style_1}}
{{settings.custom_style_2}}

{% section ‘header’ %}

{% if settings.home_sidebar_position != ‘none’ and template
contains ‘index’ %}

{{ content_for_layout }}

{% include ‘home-sidebar’ %}

{%else%}
{{ content_for_layout }}
{%endif%}

{% section ‘footer’ %}

{% if template contains ‘index’ and settings.newsletter_enable == ‘1’ %}
{% include ‘newsletter-popup’ %}
{% elsif settings.newsletter_enable == ‘2’ %}
{% include ‘newsletter-popup’ %}
{% endif %}
{% include ‘box-popup’ %}

{% if template == ‘collection’ or template contains ‘collection.’ %}
{{ ‘shopify_common.js’ | asset_url | script_tag }}
{{ ‘jquery.history.min.js’ | asset_url | script_tag }}
{{ ‘bootstrap-select.js’ | asset_url | script_tag }}
{% endif %}
{{ ‘theme-scripts.js’ | asset_url | script_tag }}
{{ “jquery.elevatezoom.min.js” | asset_url | script_tag }}
{% if template contains ‘product’ %}
{{ “jquery.fancybox.pack.js” | asset_url | script_tag }}
{%endif%}
{{ ‘option_selection.js’ | asset_url | script_tag }}
{{ ‘theme.js’ | asset_url | script_tag }}
{{ ‘api.jquery.js’ | shopify_asset_url | script_tag }}
{% include ‘currency’ %}
{% include ‘linked-options’ %}

{% include ‘search-autocomplete’ %}
{% if settings.admin_helper_panel != blank %}
{{ ‘admin-panel.js’ | asset_url | script_tag }}
{% endif %}

Use the “code” button which looks like “</>” and select “HTML” to paste your code, otherwise system does not allow some of what you’ve pasted. Anyway, the code in question is in the translator.liquid snippet.