What I am trying to do today is to import images to a bulk of products. I use the following fields:
- product_sku
- file_url
- published
The thing is that the products have an image by default. Its a generic image for every created product, and when i import the new ones through CSV the default image is still inside the product. Is there a way to delete the old image?
Thanks!