-- HikaShop version -- : 2.2.3
-- Joomla version -- : 2.5.17
I have just created a csv file to update the product images for some of the existing products in my store:
product_code,images
Kit__Bridge_-_Fieldstone,"hirstarts/ha-kits/fieldstone/Fieldstone - Bridge.png"
Kit__Bridge_-_Travelers,"hirstarts/ha-kits/gothic/Gothic - Bridge.png"
Kit__Circular_Fieldstone_Tower_-_10cm,"hirstarts/ha-kits/fieldstone/Fieldstone - 4inch Tower - 01.png"
Kit__Circular_Tower_-_8cm,"hirstarts/ha-kits/gothic/Gothic - 3inch Tower.png,Fieldstone - 3inch Tower - 02.png"
The file loaded fine and the system reported that fifty odd products had been found and updated, and one new product had been created.
Unfortunately what I now find is that these products have been renamed, as well as having their images updated. The updated name of the product is the content of the images field, without the quotes and the file type. For example:
hirstarts/ha-kits/egyptian/Gothic - Octagonal Tower - 01
You can see the results here:
www.griffingrove.com.au/index.php/catego...rst-arts/kits/gothic
I have two questions. Does this mean that you must include the Name field in the CSV file? Is there an easy way to fix my product names?