Kriuchko
12/14/2018 - 12:43 PM

Product option name

Shopify имя опции продукта

{% for product_option in product.options_with_values %}
  {% if product_option.name == 'Scent' or product_option.name == 'scent' %}
  <span class="scents-text">more options</span>
  {% endif %}
{% endfor %}