Yes as I told you it works but not complete on your requirements.
I am trying to come up with a solution.
A Shopify store owner using Dawn theme 15.0 seeks to link color variant selections to specific product images, so clicking a color (e.g., orange) displays only that color’s images.
Two Main Solutions Emerged:
No-Code Method: Assign featured images to variants in product admin and enable “Pick an option” in the theme customizer. Limitation: shows only one image per variant, not multiple images for the same color.
Code-Based Solution: Requires three steps:
product-media-gallery.liquid filemain-product.jsKey Challenge: Users want all product images visible initially, but filtered to show only relevant color images when a variant is selected. The default behavior shows either all images or only single variant images.
Current Status: Mixed results reported. Some users successfully implemented the code solution, while others (particularly on Trade theme) report it’s not working. The discussion remains active with ongoing troubleshooting, particularly around displaying multiple images per color variant while maintaining proper filtering functionality.
Yes as I told you it works but not complete on your requirements.
I am trying to come up with a solution.