SE123 Posted June 2, 2010 Share Posted June 2, 2010 Hi thereI'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 More sharing options...
uddhava Posted June 2, 2010 Share Posted June 2, 2010 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.jpgThen in the column "image link" in the csv file i have this :../themes/mytheme/img/products/product1.jpgthis should work. Link to comment Share on other sites More sharing options...
SE123 Posted June 2, 2010 Author Share Posted June 2, 2010 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.jpgThen in the column "image link" in the csv file i have this :../themes/mytheme/img/products/product1.jpgthis should work. Thanks for replay.How can i add path to images in my csv file? 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