
PrestaShop expert answer about import process of pictures
hello
In PrestaShop 'import process' uses CSV file entries to import products. Also products' images.
Images in the csv file are in fact urls to images. While you import products prestashop trying to reach image url, download it, and then - assign it to imported product.
If url to images do not exists (and in your case url to images do not exist because you removed images, right?) pictures cant be imported.
to solve the problem you have it will be required to put images online again,
then while you will import products - the images will be downloaded and assigned to products properly.
No comments:
Post a Comment