I have this problem on my store where the images of the product doesn’t load, Yesterday everything was fine, but now when I enter the store, Product images does not load. any solution asap!!!
As you are using Debutify theme Please follow the instructions
Step 1: Go to shopify dashboard → themes → select Debutify theme → actions → edit code
Step 2: find product-template.liquid file under SNIPPET folder
Step 3: find the following code:
{%- assign featured_media = current_variant.featured_media | default: product.featured_media -%}
And change it to following code
{%- assign featured_media = product.featured_media -%}
I hope this will work for you.
SyedWajahat Thank you for trying to helping me I really appreciate that but I don’t have no " assign featured_media = current_variant.featured_media | default: product.featured_media" I just have “assign first_3d_model = product.media | where: “media_type”, “model” | first” should I add it??