Hi, I’m using the minimal theme, and we’ve just added metafields to connect product color in a drop down menu. The problem is that after we’ve connected them and now click on a product picture, the picture opens upp in a new window and we have to click return to get back to the product page. We would like it to be as for our other non connected products where you just view the pictures on page. Does anyone know how to fix this? Thanks!
Go to the product page from the Admin panel,
there may be the option to disable the product zoom out.
if there is not then you have to remove it by the custom code.
Thank you.
Hey there!
You will need to edit your product.liquid template in the theme editor.
Find this block of code (should be around line 32)
Change it to:
Thanks!