-- HikaShop version -- : 6.4.1
-- HikaAuction version -- : 6.0.1
-- Joomla version -- : 6
-- PHP version -- : 8.4
-- Browser(s) name and version -- : all
Dear Team
I am writing to report a little issue regarding the bid entry format
Users may copy-paste bid amounts format as Hika shows, that include separators.
The system currently rejects these same entries, which may even prevent someone to bid during the process.
see video
To resolve this, I would like to implement a change where the system automatically removes any numbers after the comma and reformats the input into the accepted system format automatically...
Specifically when a user inputs only numbers on the keyboard, the system should automatically format the entry to include the appropriate decimal placement. For example, entering "101250" should automatically display as "101.250" ... (possibly even with the currency: €101.250 )
see example
Could you indicate how we can achieve this please?
Thank you in advance