No content to show
User Activity
04-26-2024
Did you find a solution for this?
I have used this to create a link to download a pdf on the product page. <a class="button" href="{{ product.metafields.my_fields.download.value.url }}">DOWNLOAD FREE PDF</a> I thought it would be as simple as creating a variant metafield and adding e...
I have free downloadable PDFs set up as a product with a button that downloads the file using a product file metafield rather than through the ordering process. I have the download available in multiple languages and I want to use a variant dropdown ...