How do you show the featured product photo and not the first variant

Having trouble finding a solution and I don’t have the product template in my code?

Hi @AlexM727

You can accomplish this by two ways.

  1. For this you have to custom code in your theme.

Since you don’t have product-template your theme must have main-product for this.

If you impliment this feature you will loose the ability of change of image on variant selection.

You can assign the same image for all variants and hide the thumbnails using CSS.

This will give you the same feel you want without loosing Shopify feature.

Hope this will help…