php - Magento Image upload using import / export does not work. It upload all the information except images -


i have created 1 product , want copy same product , information products title changed picture , other details remains same

so have downloaded product have created , using csv file format , have uploaded magento backend , worked , sucessfully uploaded file copied data export file

however though have given same image path generated export file , did not copy image , other products online without image!

/k/i/test.jpg

above path magento gave me when exported original product , wont work when upload again

anyone can solve mystery ?

for importing images, follow steps

1) images should kept in (your store directory)/media/import , if 'import' directory not exist, create one.

2) suppose images named 'test.jpg', copy image in /media/import, , write path '/test.jpg' in csv used importing, don't forget forward slash.

3) if want can create directory inside 'import', suppose created directory 'catalog', path '/catalog/test.jpg' in csv import file

4) if have imported images, remove name csv subsequent importing, else duplicate images there products.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -