If I have products with different attributes like:
Color: Black, White, Blue, Red, Green
Size: Small, Medium, Large
Length: 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40
Then there will be 165 variants for each product.
I want to have different image for each color so that when the customer changes the color in the product website page then it will show the right image. But to do so, I have to choose the image for each variant which means 165 times. Is there a solution to change the image just for the color attribute values which means just 5 times?