I just need to import all product images from external url , can i able to do this using default functionality in magento 2.
If yes, how can i use this product images external url during import csv file in magento ? is there any setting , please share your if anyone have idea
-
same problem, I put the http address of the google logo, in base_image and tumbnail_image, and small_image, and I have the following error : Imported resource (image) could not be downloaded from external resource due to timeout or access permissionsleo– leo2019年08月03日 18:54:15 +00:00Commented Aug 3, 2019 at 18:54
-
This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From ReviewShoaib Munir– Shoaib Munir2019年08月04日 09:36:34 +00:00Commented Aug 4, 2019 at 9:36
1 Answer 1
OOTB Magento provides this feature so you don't need to do anything for this. For this, You can just pass your Image URL (base_image, small_image, thumbnail_image, or additional_images)
http://example.com/images/image.jpg
Source(Method 2): DevDocs
-
i getting below error while entering external url : Imported resource (image) could not be downloaded from external resource due to timeout or access permissions in row(s): 1Dhaval Vaghela– Dhaval Vaghela2018年03月05日 07:54:44 +00:00Commented Mar 5, 2018 at 7:54
-
please check the image is accessible or not or try to assign first sample image like google logo google.co.in/images/branding/googlelogo/1x/…Keyur Shah– Keyur Shah2018年03月05日 07:57:10 +00:00Commented Mar 5, 2018 at 7:57
-
Yes Its accessible using execute direct file url.Dhaval Vaghela– Dhaval Vaghela2018年03月05日 07:57:58 +00:00Commented Mar 5, 2018 at 7:57
-
Is it need to add any path into Images File Directory field while import csvDhaval Vaghela– Dhaval Vaghela2018年03月05日 07:58:35 +00:00Commented Mar 5, 2018 at 7:58
-
no, you don't need images file directory. or please try the image with another domain (some sample image to just confirm if domain problem or not)Keyur Shah– Keyur Shah2018年03月05日 07:59:51 +00:00Commented Mar 5, 2018 at 7:59
Explore related questions
See similar questions with these tags.