Jump to content

Images url


SE123

Recommended Posts

Hi there

I've got about 3000 products csv file and my images in it aren't shown as url, it's just like xxxxx.jpg. Is there any solution to set some root folder for images on csv import so i can upload and pick up them from that folder?

Link to comment
Share on other sites

The easiest way is to copy all your files inside a folder and then put the correct path & file name in the csv file.
For example :
I have all my product images in my theme folder:
/themes/mytheme/img/products/product1.jpg

Then in the column "image link" in the csv file i have this :
../themes/mytheme/img/products/product1.jpg

this should work.

Link to comment
Share on other sites

The easiest way is to copy all your files inside a folder and then put the correct path & file name in the csv file.
For example :
I have all my product images in my theme folder:
/themes/mytheme/img/products/product1.jpg

Then in the column "image link" in the csv file i have this :
../themes/mytheme/img/products/product1.jpg

this should work.


Thanks for replay.

How can i add path to images in my csv file?
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...