|
I confirm it works, not perfectly but with some effort it does…
I have accomplish to import 200 products with images by following this steps:
On the CSV:
store: admin
image:/800/c1604.jpg
small:/135/c1604.jpg
thumbnail:/75/c1604.jpg
Issues:
file names in lowercase,
the usual beggining slash,
weight always over 1 (not sure this is a issue),
encode in UTF-8(had problems with my latin characters)
On the Import Profile:
Original Magento attribute names in first row:No
Mapping them with “column1,column2...”
Images:
Save in media/import
with the subfolders:
800 for 800x800 pix
135 for 135x135
75 for 75x75
Issues:
Probably the server will give a memory problem with so many resizes during import.
I couldn’t find a suitable program that resized pictures with some canvas in white(to avoid distortion) to fit my needs so I created one in C#.
Store attribution
Created another profile with
store, SKU and categories_id
to update the products with the right store
Issue: Obviously they were not showing in the right sotres and the sometimes the 3 pictures (thumb, smal..) were showing in “More Views”
I hope this post helps someone as it helped me reading all the others available about this matter.
If you want some CSV example or my own C# resizer just mail me at tiago[dot]duarte[dot]matos[at]gmail
As Shannon would say:
“Happy eCommerce”
|