Untitled

Anonymous
plain_text
06/19/2024 11:20 AM
212 B
470
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