Preview:
// if file is always chosen
<a href="{{ product.metafields.custom.file.value.url | file_tag }}" target="new"> Download Rear End Order Form</a>

// if not all files chosen includes "No File Available"
{% if product.metafields.custom.file.value != blank %}
<a href="{{ product.metafields.custom.file.value.url | file_tag }}" target="new"> Download Installation Guide</a>
{% else %}
<p>No file available</p>
{% endif %}

// for product.metafields.custom.file.value.url input your namespace.key so product.metafields.namespace.key.value.url

// edit "Download Rear End Order Form" as needed for your theme
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