Hello,
i change my variant option from select/option to radio input buttons.
When i used to select X variant with the select option i had a js that change text from div class, now that i change it to radio input buttons the script isnt working anymore, i tried to change it but i failed.
Can someone help me on it please.
{% for option in product.options_with_values %}
{% assign option_position = forloop.index %}
{%- for value in option.values -%}
-
{%- endfor -%}