Bitcoin URI wrong and not modifiable
-
Hello.
This is the default anchor tag associated to QR code image:
a href=”//{{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}”Browser uses an http/https uri scheme by default, so by clicking on it it calls http(s)://{{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}
Obviously wrong. Bitcoin URI is the right way to manage this hyperlink.
So in the woocomerce preference – bitcoin checkout tag – Payment Instructions (HTML), I changed the anchor tag like this:a href=”bitcoins:{{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}”
Click save changes.
Surprise surprise! The bitcoin: doesn’t get saved and the result is:a href=”{{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}”
Damn!
So, is it a bug? An intended behaviour? Am I missing something?
I would like to let my customers click on the QR code and have all the payment informations in their btc wallet ready to be processed.Thanks
Luca.
- The topic ‘Bitcoin URI wrong and not modifiable’ is closed to new replies.