Shopify Image Preview Not Working

Uploaded images not preview over the product image

Product URL : https://shop.cryptohodly.com/products/print-your-nft-t-shirt
Password : yaiboy
uploadcare-customizable-product.liquid -


uploadcare-customizable-product.liquid

Hi @PK_Cryptohodly,

It looks like the code snippet that the uploadcare-customizable-product.liquid file contains is not included in your product template. Add this snippet to product-template.liquid. It’s better to place it at the bottom before the schema section:

{% if product.tags contains 'customizable' %}
  {% include 'uploadcare-customizable-product' %}
{% endif %}