Hi
I am pleased to say I have made some progress with my shop, without asking for help!!
However, I would appreciate some help with adding images to my csv file.
As I have mentioned previously, the shop will eventually have about 5000 products. Each will be individual, so each will need its own image.
I have been looking at the information at
www.hikashop.com/en/support/documentatio...hikashop-import.html
In particular
If you have images or files along with your products, first place them in the "upload folder" option of the configuration under the tab files. You can add a column name 'images' or 'files' where you can specify the images name separated by one of the supported separator different from the main separator you're using in your file ( , ; | ) unless you're double quoting the information.
So for example you could have this:
product_name,images
My product,"image_front.jpg,image_back.jpg"
Firstly, I cannot locate the upload folder? Secondly, I was thinking that this will mean that, for each new batch of items we add (say 50 at a time) We will have to add 50 items to this upload folder, and then reference them in the csv file. Is this correct?
Thirdly, if this is the case, if I were to delete a product, after it is sold, would I then have to search some image folder to delete its corresponding image?
Lastly, am I to take it that the correct heading for images on the csv file is product_name,images ?
Thanks once again