Hello,
If i understand correctly the way images are getting import in hikashop is that i have to upload them all in the upload folder and then use import file like this to match them with the products
product_name,images
My product,"image_front.jpg,image_back.jpg"
I will upload a few thousands of products so im looking your suggestion for something more effective, in order to not start creating manually a file with 10 000 rows. My images have the same name with the product code of each product example product 23456, images, 23456_1, 23456_2. Is there any easy way with a script or maybe a query to upload all images and then "match" them with each product without the need of csv file to do so?
Thanks