1
Answers
Vote up!
0
Vote down!

adding images to products imported with Commerce Feeds module

I have a CSV file with product information, including url to image file, and When I import the file using Feeds I get everything right except the image. It doesn't show up.

How can I import the product images.

The file has the url to the path on the server where the images are stored (/sites/default/files/Products/)

Asked by: ctapial
on September 12, 2013

Comments

Hi, I've done the same and it has worked fine for me. Although when I was importing the images it wasn't from the /sites/default/files... directory. It was from a directory outside of the root Drupal folder. Perhaps try that.

Also, do you images have the correct file extension that is configured to be allowed on your image field?

- T.Mardi on September 12, 2013

1 Answer

Vote up!
0
Vote down!

OK! I finally got it to work!!!

It wasn't the location of the files T. Mardi, but your input actually got me thinking.

I tried everything and at the end it was the smallest thing: the preceding slash in the path url (/sites...)

Once I deleted it and left the path as "sites/default/files/Products/filename.jpg" it worked!

I hope this is useful to someone else with similar problems.

Answer by: ctapial
Posted: Sep 17, 2013