How to create drop downs for color and size chart?
Guleria
2
Hello,
Option available in your theme settings to change it.
Please check screen-shot.
Thanks
1 Like
Thanks buddy for your help!
Appreciated.
use this code
{%- unless product.has_only_default_variant -%}
<variant-radios class=“no-js-hidden” data-section=“{{ section.id }}” data-url=“{{ product.url }}” {{ block.shopify_attributes }}>
{%- for option in product.options_with_values -%}
{{ option.name }}
{%- for value in option.values -%}
{{ value }}
{%- endfor -%}
{%- endfor -%}
{%- for option in product.options_with_values -%}
{{ option.name }}
{% render 'icon-caret' %}
{%- endfor -%}
{%- endunless -%}
{{ 'products.product.product_variants' | t }}
{% render 'icon-caret' %}