justinschuldt / syr-marketplace

Open-source marketplace front-end powered by Stelace API including search, platform automation, user management, transactions, real-time messaging, ratings and much more :zap:
https://marketplace.demo.stelace.com
MIT License
1 stars 3 forks source link

Cannot enter $15.99 as a value in the price of the item #7

Closed thihamin closed 3 years ago

thihamin commented 3 years ago

Currently, only whole numbers such as $15 are allowed. Investigate why that is the case and what we should do to allow decimals.

Note that the currency values should be stored using either 'decimal' type or 'integer' type. We shouldn't use float to store currency value as the calculation using float won't be accurate because of hardware limitation.

Digital4design commented 3 years ago

@thihamin , this issue comes during publish your add or at other page? please confirm this please check the screenshot : image

thihamin commented 3 years ago

@Digital4design i think I saw the issue when I was adding a new item to sell. Can you reproduce the issue?

thihamin commented 3 years ago

@thihamin , this issue comes during publish your add or at other page? please confirm this please check the screenshot : image

yes, that was the screenshot that i saw