I am importing a bunch of product SKUs into magento and I hit a bit of a snag with importing images via the csv import feature.
If the product image is already uploaded to my magento site, which it is for the configurable product, and I want to use the same image for all of the simple products that are associated to it, in the image field I put:
/1/3/1328ty7_yel_7.jpg
Which is the location of the configurable product image. But I get an error "image not found"
I tried just putting:
/1328ty7_yel_7.jpg
and get the same image.
Do I have to add the image to the import folder? Even if the image is already imported from before as is the case here?