Hi,
I have a number of categories in Hikashop which are now established and have products allocated to them etc.
Some categories have temporary category images; others have the default category image.
I now wish to allocate the final images to all categories using a csv import file and images which I have loaded into the image library media/com_hikashop/upload.
However, it seems that Hikashop does not allow me to overwrite the current category image file.
The datasets below illustrate the problem:
categories,categories_image
Category1,Image1.jpg
The dataset above will create Category1 and allocate/attach Image1 to it.
However, when I subsequently read in the dataset below, Category1 retains Image1 - it does not get replaced with Image2. Even if I manually delete Image1 and read in the import below, the default image is used rather than Image2.
categories,categories_image
Category1,Image2.jpg
I have about 30 categories to update so would prefer to do this using a csv import to update the images.
Please advise.
Thank You
PhilP.
(Hikashop Business 1.5.4)
(