Untitled

 avatar
unknown
plain_text
a year ago
157 B
319
Indexable
{% if product.selected_variant %} 
 {{ product.selected_variant.metafields.custom.product_description }}
{% else %}
  <p>No variant selected.</p>
{% endif %}
Editor is loading...
Leave a Comment