blockonomics / opencart-plugin

Bitcoin plugin for Opencart v4 by Blockonomics
4 stars 7 forks source link

Show btc amount in readable format #30

Open anktd opened 1 year ago

anktd commented 1 year ago

Requested Here

Currently Expected Amount & Paid Amount is shown in exponential format in frontend here, need to make it human readable.

Possible options:

  1. Show amount in decimal i.e. instead of 4.676e-5 ➡ 0.00004676 BTC
  2. Show amount in satoshi i.e. instead of 4.676e-5 ➡ 4676 satoshi
  3. Show amount in mBTC i.e. instead of 4.676e-5 ➡ 0.04676 mBTC

We can also consider displaying in multiple ways.