-- HikaShop version -- : 2.6.1
I'm seeing an issue with uploading new product images after an update to 2.6.1
My current images all display fine, but when I go into the back-end, add a new image and delete the old one I get the placeholder "tag" image in the front and back-end.
On investigating this I can see that my new image (a PNG file), is being incorrectly classified as a "file" and not a "product" and is therefore being uploaded into the upload/safe directory. Furthermore, the image reference is being stored in #_hikashop_file as file_type "file". I've checked that PNG files are in my list of accepted image types.
Have now verified that the same issue is present after updating to 2.6.3
So, for every new image I'm applying I have to go into my product, add the new image, then move my image from the media/com_hikashop/uploads/safe directory into media/com_hikashop/uploads and then edit the file_type field in #_hikashop_file before going back to my product and deleting the old image.