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.