Okay, first I will say I’m sorry if this is already easy to do in Wix or Corvid. However, from what I searched for online and with my many chats with Wix experts, I was told it cannot be done.
The Problem:
-
You can bulk upload images on Wix
-
You can bulk upload products on Wix (csv)
-
You cannot link them together in bulk. You have to manually link each product to it’s image.
That is because you don’t have access to your uploaded image url’s as a list. You have to check each image url separately.
The Solution:
It is not pretty and might seem like a lot of work, but for those with hundreds or thousands of products it is the only way.
-
Add a Gallery(pro/grid) to your website in any page. (you can delete it later)
-
Add all the images you want to that gallery
-
Go to developer tools or the view the source on that page. (while in editor)
-
Search(Ctrl+F) for the following in the code: {“items”:[{“itemId”:
-
Right-click and copy element to Notepad.
-
Clean up and Extract info from the code to a table. (saving as csv then some excel work)
Now you have table of image names and url’s that you can use on your product’s csv.
As you can see there are a few steps, however it shouldn’t take more than a few minutes once everything is set up. The end result is that you saved hours of manual work. (Until Wix gives us a better solution)
Looking forward to your replies and corrections
If there is interest I can give more detailed instructions with screenshots and the excel file that does the clean up work.