So I am having issues with numbers:
I have a item, with a price of 483.65. I want to multiply this by 7. Expected result should be:
3385.55
However, Javascript reds this as:
3385.5499999999997
The number in the database is stored as a Float.
Here are screenshots to explain the situation better:
What am I missing?