Last Updated 8 years ago
The XML/CSV file only contains the image file name (no link). How do I import product images?
If your supplier provides you with a folder of images, and the XML/CSV file only contains the image file name - nothing is lost!1. Place the image folder on an FTP server.
2. Match the field with the file name as the image URL
3. Configure the matched field - in the PREPEND field enter the link to the folder on the FTP server (e.g. www.your-server.com/image-folder/), and in the APPEND field enter the extension of your images (e.g. .jpg or .png)
This way, the importer will build a fully valid image link from the file name, which will be imported into your store.
---en:
Put photos on your FTP server. If in your CSV/XML file are onyly photos-files names for exampe "photo-name" you could match it as url to image > configure match > set Prepend with URL to your FTP server where you put images (for example www.my-server.com/photos-dir/) and Append to photos extension (.jpg or .png).
In this way you creat full image path that importer will import during adding priducts from file to prestashop.