Damarv Posted November 6, 2011 Share Posted November 6, 2011 Hello, I started trying to use the product import in V1.4. how is it possible to import product photos? It's giving me always errors when uploading a picture URL Link to comment Share on other sites More sharing options...
Damarv Posted November 6, 2011 Author Share Posted November 6, 2011 Anybody here in this forum???? Link to comment Share on other sites More sharing options...
Damarv Posted November 7, 2011 Author Share Posted November 7, 2011 Topic move to the the top Link to comment Share on other sites More sharing options...
reco233 Posted November 16, 2011 Share Posted November 16, 2011 I hope someone can help you, I'm also freaking out with that... Link to comment Share on other sites More sharing options...
Damarv Posted November 16, 2011 Author Share Posted November 16, 2011 Hello reco233, great to have somebody with the same problem, I am not alone I got replyies here: http://www.prestashop.com/forums/topic/140658-solved-how-to-create-a-unique-theme/page__fromsearch__1 Prease read th links I (DaMarv) posted. I followed the instruction without success, but it seems that other shop owner had success by following the instructions. My Prestashop hates me, there is always something that won't work (while others doesn't have problems with same issue) Link to comment Share on other sites More sharing options...
Axari Posted November 20, 2011 Share Posted November 20, 2011 If your asking about how to include your product photos with a Product import, then i might be able to help. Here's what I do - Make a directory in /img called import (as an example). Upload all the images you need to import into /img/import In the product.csv add a column called Image URL For each product, add the directory and filename of the picture. * It's helpful to know that the path to the file in your CSV is the relative path. Based on the example above, we would use: ../img/import/product.jpg Obviously change /import to whatever you called your folder in the /img directory. And change product.jpg to fit your needs (the product image filename and extension) Good luck Link to comment Share on other sites More sharing options...
boreuxc Posted November 21, 2011 Share Posted November 21, 2011 Hi, (sorry for my bad english) I would like to import pictures too... I have the thumb, the small and the large images in a other folder on my website. I've no problem to insert data on the tables such as ps_product, ps_image, ... I've understood that the pictures must be saved in the folder /img/p Thepicture must have the name id_product-id_image.jpg ? It's all ? Link to comment Share on other sites More sharing options...
delroyp Posted February 11, 2012 Share Posted February 11, 2012 HI Axari , I see your examaple ../img/import/product.jpg but i thought you have to put the entire URL in the .csv report.... for example (www.1234.com/img/import/product.jpg)? Link to comment Share on other sites More sharing options...
bunny1310 Posted February 13, 2012 Share Posted February 13, 2012 HI Axari , I see your examaple ../img/import/product.jpg but i thought you have to put the entire URL in the .csv report.... for example (www.1234.com/img/import/product.jpg)? try this: http://www.1234.com/img/import/product.jpg bye Link to comment Share on other sites More sharing options...
gillesboyer Posted February 29, 2012 Share Posted February 29, 2012 Hi everybody, I tried to follow all solutions explained in different post. The results is better with the Axari's advice but I think the issue come from somewhere else. I use the 1.4.7 version of Prestashop. The last one. My server is in 1and1. I need to import some pictures. I add in my CSV the link but the result is random. Methode 1 : full link like : http://mydomain.com/folder/photoN.jpg no picture imported. I see in my shop some empty frameworks. Methode 2 : I put all pictures in Amazon S3. I thought that the issue come from 1and1. The result is the same. Methode 3 : I created a import folder in /img/ and I put all picture inside. The new link to there pictures was ../img/import/iah323a/photo1.jpg For the product iah323a, normally, I should have 4 pictures, so in my CSV file, I write: ../img/import/iah323a/photo1.jpg,../img/import/iah323a/photo2.jpg,../img/import/iah323a/photo3.jpg,../img/import/iah323a/photo4.jpg I use the same method for all products. The result has been that for the 1st product I have 2 pictures/4, the second product I have 1 picture/4... I took a lot of time to find the solution but I don't know what I can do more. Thank for your help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now