Magento – import product image from external url

imageimportmagento-1.9product

I want to add product images from external url.. I have created CSV file for image uploading..When I click run profile popup button it displays "image not exist" error..http://intow.co/admin/backEnd/uploads/4717602016_05_12_03_28_35pm.png(image url)

Best Answer

Using Magento's default Import or Dataflow Import doesn't allow you to download and assign an image via a CSV import. You'll either have to download the image and upload it to the server with the correct path in your CSV or you can look at a 3rd party tool like Magmi for importation.

Magmi's documentation is fairly solid and will allow you to download and assign a product an image via a CSV import.

Magmi's Documentation can be found here - http://wiki.magmi.org/index.php?title=Main_Page

I would also ensure that the link you're providing the image field is valid and displays the image when you access it in a browser, the one you have provided displays a page error/404.