Questions, feedback, and updates on the new online store design experience
Hi, I am trying to show variant metafield value on frontend. I used following code to show it
{% if variant.metafields.dimension_details.variant_length != blank %}
<tr>
<th class="attr__label">Length</th>
<td class="attr__value">
<p>{{variant.metafields.dimension_details.variant_length}}MM</p>
</td>
</tr>
{% endif %}
I have already added the values in metafield. But on frontend, metafield value is not showing.
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022