Hi there, I am editing the product template, and basically I want to get "Description: Value". I have the following setup:
{% assign tech_specs = product.metafields.techspec %}
{% for field in tech_specs %}
<div>
<strong>{{ field.description }}:</strong> {{ field | last }}
</div>
{% endfor %}
{{ field.description }} is not giving me anything. Do you guys know how to get description or other properties (author) in metafields?
https://help.shopify.com/en/manual/products/metafields
Thanks.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 |