How to have multiple variant images appear on product page?

Hi

i was able to put variant colors and images in the product details. However i can only display the variant color by drop down box and i want the colors to be displayed either down below or by the side as photos.

which customers can click on then it appears.

I have attached photos as example of what i want,

thanks

@shopfied4010 I am sharing my store url and password check out and let me know if you need a feature like this.

https://shadabs-online-store.myshopify.com/
password: reafur

Check out this product.

Thanks

Hi,

You can use Variant Image Automator app or custom code

Open product-template.liquid or main-product.liquid -Add HTML for Color Swatches-Replace the dropdown with clickable color swatches

Example of code


    {% for variant in product.variants %}
        {% if variant.available %}
            
        {% endif %}
    {% endfor %}

need to add css and javascript as well

i was lookin around the forum for exactly this feature, how did u do it? Thank you, been lookin for a few hours :sweat_smile:

and now i read what the guy below said :grinning_face_with_smiling_eyes:

@rapskivor it did take some looking up since the code base of dawn 15.0 is drastically different from previous versions. But alhamdulillah after a lot of testing and stuff it worked out.

Let me know how could i assist you with all the details, your store url and exactly what you need.

Thanks

Here is a free solution