Fri Aug 15 2025 21:33:20 GMT+0000 (Coordinated Universal Time)
Saved by @procodefinder
{% 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 %}
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments