Hi, I'm trying to accomplish something very simple. I need the second image to be the one that is featured. I will also like to remove the thumbnails. I'm using the debut theme.
Solved! Go to the solution
Hi @keithlan18,
Please just clear you want to show first image as featured image on the collection page on product and second image as featured image on the product page only also you want to remove thumbnails.
Thanks and regards,
Webster.
This is an accepted solution.
Hi @keithlan18,
you have to use replace the code
{{ product.featured_image | img_url: 'master' }}
by
{{ product.images[1] | img_url: 'master' }}
Thanks and regards,
Webster
User | Count |
---|---|
396 | |
202 | |
144 | |
46 | |
42 |