Problem importing images using New Magento Import -
i trying import products using import/export in enterprise version 1.10. import/export same included in 1.5.
my issue when import file,images not importing correctly.
i use "/imagename.jpg" in image column. put images in media/import folder.
what strange when export file , show me same image name in image column "/imagename.jpg" , there no image showing in product->images in admin.
any appreciated.
first of make sure import file has prepending slash image “sku”,"image" “abc123”,"/abc123.jpg"
try follow these steps:
- list sample product on store.
- export csv sample (for go to: system>import/export>dataflow - profiles select export products)
- open , edit csv, make sure use openoffice calc - allow edit , save in utf-8 format.
- add additional products line line.
- in image field put /myimage.jpg - forward slash , image name
- ensure place product images in folder: public_html/media/import
- now need import csv (for go to: system>import/export>dataflow - profiles select import products, next select “upload file”. need select file edited , upload server. next, select “run profile”
Comments
Post a Comment