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:

  1. list sample product on store.
  2. export csv sample (for go to: system>import/export>dataflow - profiles select export products)
  3. open , edit csv, make sure use openoffice calc - allow edit , save in utf-8 format.
  4. add additional products line line.
  5. in image field put /myimage.jpg - forward slash , image name
  6. ensure place product images in folder: public_html/media/import
  7. 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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -