For example, you sell "Dress in different colors" with the attributes yellow, green, red.
With this module, all pictures change as soon as you click on green and show the green dress. To see e.g.here .
In the admin, you store a separate image for each of the attributes.
FAQ
Q: I would like to fill the images using ERP
A: You can do that, the first variant image must also be stored as a “normal” image, i.e. midi,mini,info, ... and correspond to the modified convention (such as 38_0.jpg), you can simply upload the other variants to the variant folder and choose any image name there.
The image folder in the FTP is called “products_variants_images” and in the database it is the table products_variants_images
Here there is the column products_variants_images_id, products_id, option_value_id, image_nr and image_name
products_variants_images_id is simply consecutive, products_id is the assigned product image, option_value_id is the ID of the assigned variant and image_name is the image name.