AmanNegi / FreshNest

A platform that connects local producers directly with consumers seeking fresh produce.
https://fresh-nest.netlify.app
GNU Affero General Public License v3.0
22 stars 36 forks source link

Fix #186 : Round off the price at item detail page currently it shows elongated price #189

Closed MohitKambli closed 6 months ago

MohitKambli commented 6 months ago

Hello, Hope you're doing well. In order to display the price in a more visually pleasing format, I have implemented the code in such a way that the prices (both, the cancelled and actual) would be rounded to two decimal places. This is how the prices look as of now:

image

If at all I misunderstood something or implemented something incorrectly, then do let me know. Sincere apologies for my mistakes if you find any.

Thanks and Regards, Mohit Kambli

AmanNegi commented 6 months ago

Great job @MohitKambli! I just have one suggestion - it's best to be assigned to an issue before resolving it. Rest everything is awesome great PR description with reference images.

Thank you for contributing to FreshNest. ✨🙏 Keep looking out for new issues 👀

If you have any feedback or experienced any issues during the setup phase, please let us know. Your input helps us improve our documentation and codebase.

MohitKambli commented 6 months ago

Great job @MohitKambli! I just have one suggestion - it's best to be assigned to an issue before resolving it. Rest everything is awesome great PR description with reference images.

Thank you for contributing to FreshNest. ✨🙏 Keep looking out for new issues 👀

If you have any feedback or experienced any issues during the setup phase, please let us know. Your input helps us improve our documentation and codebase.

Hello @AmanNegi, Sincere apologies for not getting the issue assigned first and working on it directly. I will make sure to follow the necessary steps first. Thank you for understanding my part. Once again, I am extremely sorry.

Thanks and Regards, Mohit Kambli