I have URLs of all product images. I want to import it into the new store. I have already added URL(www.demo.com/a.png) in the CSV for every product images. Now I want to know that what to enter in Image File Directory field?
1 Answer
In Magento 2 you can use external URL into CSV.
So you can use add url with www.
Image File Directory : keep it default one. It will copy into pub/media/catalog/product.
-
1Sunil , how can i able to import image from external url ?Dhaval Vaghela– Dhaval Vaghela2018-03-05 07:36:20 +00:00Commented Mar 5, 2018 at 7:36
-
@sunil, if you share any URL means that will help us much moresenthil– senthil2018-10-22 06:48:57 +00:00Commented Oct 22, 2018 at 6:48
-
@senthil any image url you can useSunil Patel– Sunil Patel2018-10-22 12:28:29 +00:00Commented Oct 22, 2018 at 12:28
-
@SunilPatel is there any possibility that magento do not copy all the images from external url to it's own directory that is pub/media/catalog/product. As I am storing my images on S3 so I don't want to take the space on my server for the images.Anshul Mishra– Anshul Mishra2020-03-13 15:13:34 +00:00Commented Mar 13, 2020 at 15:13
-
yes possible, you can assign s3 url into media pathSunil Patel– Sunil Patel2020-03-13 15:25:22 +00:00Commented Mar 13, 2020 at 15:25