Has anyone had any luck with Magento’s built in import/export in 1.5?
If I import one product, it works just fine (although it doesn’t pull the image, I think I still have that pointing wrong).
However, if I import the whole file (around 40 entries) it gives me no errors, and says it’s successful, yet when I go to the actual product list none of them are there.
Any ideas what is happening here?
I haven’t needed this functionality in quite some time, I know I had it working on one of the versions awhile back.
I did figure out that the import error only happens when more than category is included. I have the categories formatted exactly the same as the export file, so in theory it should be working.
Having multiple images does not throw it off; however, they are still not importing so the linking is still wrong there.
Multiple categories work, I have the ID\’s comma separated like so: \"2,6,24,198\"
To have the products show up after import, you need to make sure that the store column is \"admin\" and the websites column has the exact website code of your website you are importing to - in my case it\’s \"base\".
@Armando Yes, I do have the /someimage.png format.
@phlux04 Are you using profiles still? I’m using the new import/export feature and it wants the categories spelled out on their own lines. If you enter the IDs like that, it can’t find them.
@amartinez Yes, I did reindex after the import. It didn’t seem to help.
I’m now on 1.5.1.0 as I noticed there were some changes to the import/export system, but am still having the same results ... or lack thereof.
Alright, for whatever reason my .csv file was NOT saving correctly from Excel even tho I had set it to UTF-8. I opened it in Notepad and re-saved it without changing anything else and now the category issue is GONE.
However, it\’s still not grabbing the images.
They are all in media/import.
The file name case is correct in the .csv.
They have a forward slash before the name in the .csv.
Oh okay, that makes sense. This store only has about 630 products and they don’t get updated at the same time. The import took about 20 seconds, literally.
Thanks for your help! I’m usually pretty solid with these things, but it’s just been so long since I used the import/export functionality!
Okay so this is really weird—I thought the images were working because they show up in thumbnails in the Catalog > Manage Products grid (this installation has TBT Enhanced Grid on it), BUT if you click on the product to edit it in the admin, no images show up in the Images tab. They don’t show up on the frontend either.
Also, I checked out the media/catalog/products folders and it never copied the images into them, which is clearly what’s causing the problem.
I’m not sure how it’s still finding them for the thumbnail in the admin since it won’t pull them anywhere else.
Any ideas why it wouldn’t be copying them over? The media folder is set to 755.
Ahhhh, you’re right. That’s cool, I just made a profile that had nothing except sku and image information and uploaded it as well, without modifying that file. All went well.