-- HikaShop version -- : 5.1.6
-- Joomla version -- : 5.3.0
-- PHP version -- : 8.1.32
-- Browser(s) name and version -- : Firefox 138.0.1 (64-bit)
Hello,
due to a percentage based increase in our prices, our price fields in the database have a lot of decimal points.
This has not been an issue for now, but now that we want to display the retail price, it is displayed as such:
"Price: 2,65 € (2,65 €)"
When I manually get rid of the excess decimal points we have the behavior we want:
"Price: 2,65 €"
How can I specify in a Mass Action to cut the decimal points off so only the first two remain?
Thanks in advance