-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : 2.2.3
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
Hi, I think that there is a little problem with the new type of ajax upload file in custom fields.
If you have several required fields in a form, some ajax files and some text areas or boxes, you get either :
- standard javascript alerts
or
- top of the page messages,
depending on which type of field calls the alert. (in my case, it's "order" custom fields in checkout's first step)
Let's say you write a text in a custom text field, then you forget to add the file before clicking on "submit", page reloads, displays the alert, and you lose what you just wrote in the form text field.
So as it is it can be annoying, I prefer to go back to standard file upload field for now.
I'm not sure it's not my config though, but i thought i would let you know just in case. I have a hard time trying customizing some fields with javascript, so maybe I did something wrong somewhere