Showing file metafields inside tab text (pipeline theme)

Showing file metafields inside tab text (pipeline theme)

Issyeissue1
Visitor
3 0 2

I am trying to show a file metafield inside a tab text, but i can't seem to add it. See screenshotScreenshot 2025-02-07 at 11.25.05 AM.png

Reply 1 (1)

01tranali
Shopify Partner
53 3 5

Hi @Issyeissue1 ,

 

You can also use custom liquid block to show dynamic product data-

{% if product.metafields.custom.file %}

  <a href="{{ product.metafields.custom.file | file_url }}" download>Download File</a>

{% endif

%}

 

Thanks,

T

Best,
T