Vvel
March 9, 2022, 6:09am
1
my supplier sent me a dropbox link with a csv where i had to change the column images into image src for shopify but the images dont import
one square has about 4 url jpgs instead of a cdn.shopify link for the corresponding items images separated by commas
how do u fix this?
Hello @Vvel
You need to upload images to any server where the direct link can be placed for that image. it should not be any file hosting service like Google Drive, Dropbox or other because it doesn’t provide the direct link to the image file. So, you need to upload it to some hosting where your image direct link can be placed.
Example:
https://example.com/images/productimage1.jpg, https://example.com/images/productimage2.jpg
where the ending of the URL should be the extension of the file.
Let me know if you need any other examples for this.
Thank you,
Kuldeep
Vvel
March 9, 2022, 2:32pm
3
My urls are like this:
https://example.com/ex-content/uploads/2021/11/7262-1.jpg , when clicked it takes u an image
If this is still wrong how do it with 2k lines of data? Import the whole csv on some hosting?
you need to add the image data one after one line instead of comma
like this:
cell: A1 - EXAMPLE.COM/WP-CONTENT/IMAGE1.PNG
CELL2: A2 - EXAMPLE.COM/WP-CONTENT/IMAGE2.PNG
Vvel
March 9, 2022, 4:36pm
5
How can this be done with 2134 lines?
GW_BAB
June 27, 2022, 4:42pm
6
Did you ever get an answer? I need to import over 30,000 image files!