Import csv, replace image when not found
-
Using basic woocommerce csv import, I get an import error when the product-image is not found. What I’d want is that not-found images are replaced by a default image and that all products will show up in the shop. Either with the proper product-image or if that can’t be found, with the default image. It’s a very basic shop with thousands of products.
F.i. when I try to import this csv row:
00001,simple,GRO12345,”V-Neck T-Shirt”,1,1,visible,”Bla bla”,”bla blabla bla bla bla blablabla bla”,taxable,Testcategory,https://groka.biz/wp-content/uploads/2024/05/GRO12345.jpg?
the product is not imported. I want it to be imported using a different image url, like
00001,simple,GRO12345,”V-Neck T-Shirt”,1,1,visible,”Bla bla”,”bla blabla bla bla bla blablabla bla”,taxable,Testcategory,https://groka.biz/wp-content/uploads/2024/05/defaultimage.jpg?
Is there a plugin or a function that will do this trick? Thx
- You must be logged in to reply to this topic.