Assigning Product Images to Variations
Aurora gives users the ability to assigning a product's images to any of its variations. This means that those images will only display when that variation is selected on the product details page, and other images will be hidden.
How to assign an image to a variation
When editing a product which has multiple variations, there is a tooltip which appears when hovering over that product's images;

You can use this to pick an attribute or attribute combination to assign that image to.
A similar form appears when uploading new images through the back end to allow the same selection;

Import/Export
You can manage image to variation mappings through the standard Aurora CSV product import and export. The new column name is called 'Image Variations' and the format is;
3000_1.jpg|Size:8
3000_1 2.jpg|Size:14
3000_1 3.jpg|Size:16
3000_1 4.jpg|Size:14,Colour:Bleach Washed
3000_1 5.jpg|Size:8,Colour:Black/White
The structure is;
image_name.jpg|Attribute Name:Value,Attribute Name:Value
With one image per line.
Updated about 3 years ago