i have made it to attache images to my products imported with new import/export features by doing :
/img/image_name.jpg
BUT
1. /img --> /magento_root_folder/media/catalog/product/img
2. all the images are not imported into default image folder (eg. /product/1/1/1198.jpg)
Upgraded to Magento ver. 1.5.1.0-beta1 - the issue still persists. However, there is a workaround now… You can create a new import profile just for images and bring them in separately. To do so follow the steps below:
go to System > Import/Export > Dataflow - Profiles. Click Add New Profile. Setup a profile and select NO for “Original Magento attribute names in first row” (see attached screenshot) Map the fields to the ones in your CSV Save and Run the profile with your CSV
As long as the product is already imported the image CSV can just have a sku, image, thumbnail, small_image fields.
If the product does not exist, you’ll get an error on that line.
I’m running into that issue too, but it’s a little different,
I put my image (image.png) into /media/catalog/product/i/m/image.png
In my csv in the three fields (image, thumb and small) put /i/m/image.png
Everything is OK on frontend catalog grid/list and OK on frontend product page but in the back end, section images, there is nothing !
If someone has an idea
Regards
PS : SORRY: I’m using magento 1.5.1.0 community edtition and “simple” import tool
PS2: It’s working until I do a “save” on the product configuration page on backend, then the image disapear on the frontend ... very strange
Upgraded to Magento ver. 1.5.1.0-beta1 - the issue still persists. However, there is a workaround now… You can create a new import profile just for images and bring them in separately. To do so follow the steps below:
go to System > Import/Export > Dataflow - Profiles. Click Add New Profile. Setup a profile and select NO for “Original Magento attribute names in first row” (see attached screenshot) Map the fields to the ones in your CSV Save and Run the profile with your CSV
As long as the product is already imported the image CSV can just have a sku, image, thumbnail, small_image fields.
If the product does not exist, you’ll get an error on that line.
Hope this helps someone.
Hi, i have done a new profile following your indication. so after i run the “new” import without images i just wait for the product to be imported. after this, i go to import profiles and run the new created profile with csv like you have attached.
i although get an error :
SKIP IMPORT ROW, IS NOT VALID VALUE “” for field “type”
..but i have no field called “type”
here are all my screenshots.
is there somethint that i miss?
also, do you kindly have a hack to disable duplicate image creation during import? if i run import 3 times, Magento 1.5.0.1 will triplicate the images in forlders!!
gammafx - I owe you like 90 beers for this documentation. You win, my thanks I was going to hire a kid to do some grunt work, but you saved me 25 tedious hours.