I’m currently working on an e-commerce platform and I’m facing an issue with the product image upload functionality via the export Excel feature.
I need to upload multiple images for a single product using the export Excel feature. However, when I try to do so, only one image gets uploaded or the images do not appear correctly.
Here’s what I’ve tried so far:
Ensured that all image URLs are correct and accessible.
Listed the image URLs in separate columns (Image1, Image2, Image3, etc.) in the Excel sheet.
Used commas to separate multiple URLs in a single cell.
Verified that the platform supports multiple image uploads through Excel import.
My Excel sheet format:
Product ID Name Image1 Image2 Image3
12345 Product A img1_url.jpg img2_url.jpg img3_url.jpg
Despite these attempts, the issue persists. Is there a specific format or a particular method that I should follow to ensure that multiple images for a single product are uploaded correctly?
Any guidance or examples of the correct format would be greatly appreciated.
Thank you!
Please suggest me some solutions
Farhan Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.