{% if product.metafields.custom.file2.value != blank %}
<ul>
{% for file in product.metafields.custom.file2.value %}
<li>
<a href="{{ file.url.value }}" target="new">{{ file.title }}</a>
</li>
{% endfor %}
</ul>
{% else %}
<p>No files available.</p>
{% endif %}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter