I need help figuring out how to showcase different product variants, like colors (e.g., black, red, blue), on my website. Specifically, I want customers to see only the pictures of the color they choose, such as selecting black and seeing all black product images. I asked support, but they don’t have that feature yet. I also tried following a tutorial on youtube, but it didn’t work since the tutorial was for an older version of the platform. Does anyone have ideas on how to solve this?
Currently Shopify does not provide functionality that you required. But can do it using custom JS. You have add color value of image in admin from it’s alt property. And After that you just have to setup click event on variant options which will show and hide product images based on selected value.
I know it’s little tedious to add alt text to product when there is way to many products in the store but I don’t think currently there is any other way to do it.