hi all
i'm working on a product catalog for a store in drupal7.
for the products, we've got a number of gallery images which i'm currently handling in the content type as field_images and within the feed import as 'image1,image2,image3'.
the curve ball we've recently been dealt is that our product gallery images are now pairs of images so the client can specify a different file which can be used for the crop image.
feed import as 'image1|alt_image1,image2|alt_image2,image3|alt_image3'.
I know that i can deal with this via a field collection but am also aware that this will make my import process a lot more complicated.
So my question is, does anyone know of a way or a means to extent the images filetype so i can render 2 image fields per image row so i can use feeds in its simpler way (without using field collections) or is this the territory of field collections and buggering about with my product feed importer?
Much appreciated
Mike