Hi friends!
One query, I am using shopify metafields to add a PDF file on each product. The idea is that this file can be downloaded, as the metafield does not appear in the dynamic tags of the os2.0 theme I decided to implement it by Liquid following this reference https://shopify.dev/api/liquid/objects/metafield?shpxid= 5fcdc0d7-1460-458C-1648-0A8A15A7F62C
With this code:
Hoja Descargar
But I can’t get the link to download the corresponding file, failing that it shows me a link / products / GenericFileDrop
Could you help me?