I have a little problem.
I'm trying to import images from a remote url with "hikashop product template". file_path field
It works.
However, if the source file extension is webp, then in the hikashop_file database table the file_type column will always contain "file", and the full file path will also be prefixed with "images/com_hikashop/upload/".
This not good.
Is there a solution?
Thank you.