Images Not Showing On Product Page

I have done an import of 100 products to test the import function. All of my product data has uploaded successfully (price, title, meta etc)

My problem is that I haven't been able to have the product image show on the product page. I have tried the following:

- Added the product images to the Private files/exim/backup/images

- In the import csv, I specified the file destination

			/Private_files/exim/backup/images/VerticalBanner120x240.jpg

I have tried to use:

/Private files/exim/backup/images/VerticalBanner120x240.jpg

I have tried to use:

			<p>import/VerticalBanner120x240.jpg</p>

I have tried to use:

			/path/to/cs-cart/var/files/1/VerticalBanner120x240.jpg

I have created the special field called "Images Directory"

Please help :) this is driving me nuts!

The path that should be used to upload the image files is /var/files/STORE_ID/exim/backup/images/

The path to use in the import is exim/backup/images/

The path that should be used to upload the image files is /var/files/STORE_ID/exim/backup/images/

The path to use in the import is exim/backup/images/

Thanks - I'm not using a FTP to transfer the files. I'm "drag and dropping" them into the file manager. Considering this, how do I navigate to the this folder? /var/files/STORE_ID/exim/backup/images/

Thanks for your response btw

You can't. The file manager is only for frontend/theme files.

Thats awesome! you're advice worked but only for products with a single image. I've been trying to upload a few products with multiple images. To do so I've been using the same cell in the csv with multiple filenames separated by ///

Obviously this isn't working. Any idea on the best way to map the products to their relevant images when there are multiple images? (around 3)

For multiple images per product you need to use the standalone images import.

I ended up splitting the images into multiple columns and then mapping each to the "Advanced Images Import" field when I did the upload. Seems to have worked :)

Thanks for your help :-)

I ended up splitting the images into multiple columns and then mapping each to the "Advanced Images Import" field when I did the upload. Seems to have worked :)

Thanks for your help :-)

hi hulksmash, so what's the image path in your .csv file? i can't seem to let it work... :(