blockonomics / woocommerce-plugin

Accept bitcoins on your wordpress site, payments go directly into your wallet
25 stars 31 forks source link

Add BTC amount sent into "custom fields" #14

Closed astupidmoose closed 7 years ago

astupidmoose commented 7 years ago

Currently "blockonomics_address" and "blockonomics_txid" are both passed into the plugin as custom fields.

I suggest adding the BTC amount in a separate field, "blockonomics_btcvalue" or something similar.

This is useful for reporting and exporting of orders into accounting software. Currently, when downloading a report of the orders, BTC value is unknown and must be entered manually. I think it makes sense to have this piece of information along with the TX and Address fields, especially if addresses are reused ever.

blockonomics commented 7 years ago

This totally makes sense. Scheduled to be added in next release

especially if addresses are reused ever. Side point, addresses are never reused. Every one is a unique one.

astupidmoose commented 7 years ago

To further this point, We should be able to see the amount of BTC which was generated to be paid for the order, but also if there is an underpayment is it possible to add the "Amount Paid" as well?

Currently, Underpayments are marked as such in the plugin but there is no way of knowing how much the customer was supposed to pay, and how much they did pay.

Example Scenario:

blockonomics commented 7 years ago

The Amount Paid can be directly found out by checking the payment address in blockonomics. I agree, it would be good to have this as well and to show the exact reason of payment failure.

blockonomics commented 7 years ago

Fixed in 73c84d4c599af63b2c55dc37f3770cf13aff2d69

blockonomics commented 7 years ago

Changes pushed plugin version 1.3.7