php - Magento CSV import , CSV file with full web address , Download the images -


i looking download images csv , have csv full web address in that

example below colmun

  1. www.xyz.com/abc.jpg
  2. www.xyz.com/abc1.jpg
  3. www.xyz.com/abc2.jpg

so should download above images specific location on computer or ftp location

once downloaded must strip full url , make in following way

  1. /abc.jpg
  2. /abc1.jpg
  3. /abc2.jpg

i want use file magento import multiple images , full url know magento not support multiple image or full url

so come above solution can download full url on computer , strip url , upload using magento import easily

can 1 has idea on macro or script ?

you can use imoroved import extension easy import products multiple images directly external urls. extension allow add new column multiple product images , fill separated , urls.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -