Hi @TUB ,
If you use Dawn theme. May I suggest to update code these steps:
- Go to Settings-> custom data → Products
- Add 2 metafields
-
Name: icon, Type: files(images)
-
Name: pdf, Type: files( Accept all file types)
![]()
- Go to each product to add data to these fields
- Add code below to anywhere that you would like to show
{% if product.metafields.custom.icon.value and product.metafields.custom.pdf.value %}
{% endif %}



