Hi bitplace!
I had the same issue as you did and for the sake of help (and because I’m happy having found out myself) I registered to help you…
1. Go to woocommerce -> settings -> checkout -> bitcoin
2. Locate Payment Instructions (HTML)
3. Change
img src=”https://blockchain.info/qr?data=bitcoin://{{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}&size=180″
to
img src=”https://blockchain.info/qr?data={{{BITCOINS_ADDRESS}}}?amount={{{BITCOINS_AMOUNT}}}&size=180″
Voilà: your QR is working fine again 🙂
If you want to donate consider beta-testing my online shop I created for my musician parents:
bitsformusic.com
Cheers!
tags: bitcoin payments for woocommerce QR code not working
PS: The plugin only worked for me as I changed to HARD CRON MODE.
Exactly! Thanks so much ybvb — I could see it was the extra “//” that nullified the QR address, but didn’t have a clue where to change it!
I can scan the QR code in the blockchain wallet app but it keeps telling me it isn’t a valid address.
Apparently the qr code appends the amount in the btc address of the blockchain wallet app.
is there a solution for it?