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 %}