Where to keep product images if they have attributes
I have products with multiple colours and sizes. One image (say a blue shirt) might relate to 15 different sizes. The way it's set up at the moment, Drupal is storing a different image for each product - is there way that it can utilise the same image file for whichever products require it?
Comments
You can use any fields you want
Note that the field_image the Commerce Kickstart puts on the default product type is just a field. You can use any field you want. Try using [Filefield Sources](http://drupal.org/project/filefield_sources).