Hello,
I am using refresh 2.0
{% if product.selected_or_first_available_variant.title != blank -%}
{% assign brand-info = shop.metaobjects.brand.values %}
{% for brand in brand-info %}
Brand: {{ brand.name }}
Website: {{ brand.website }}
{% endfor %}
{%- endif %}
The above code will return multiple brand names and websites etc, they are linked to a metaobject.
What change do I need to make so that it only shows data for the selected variant???
Please bear with me as I am new to coding
Thank You!