All Collections
Theme
Debutify 3.0
How to show feature image in product page in Debutify 3.0 Shopify theme?
How to show feature image in product page in Debutify 3.0 Shopify theme?
Mirza Asad Baig avatar
Written by Mirza Asad Baig
Updated over a week ago

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 -%}

Did this answer your question?