anandadivine
Forum Replies Created
-
I’ve upgraded to WC 3.1.2 and the bicoin plugin isn’t working correctly. I have contacted the developer several times with still no answer or upgrade. Maybe someone know how to fix this.
When I receive a bitcoin. It creates the payment link ok. But when they pay I get the following email:
Order ID: ” paid in full.
Received BTC: ‘0.00000000’.
Please process and complete order for customer.It doesn’t show the correct amount, and it doesn’t mark the order as paid. I have to do it manually.
Any suggestions would be great.
I understand, I have a VPS and I use hard cron. It updates for me fine, but as you know it changes the stats of the order from Pending Payment to Complete. I sell physical products that must be shipped so I’ll share a little hack I did. I hope that it helps some people out there that had similar issues as I did:
bwwc-bitcoin-gateway.php
Original:
// Ensure order is completed.
$order->update_status(‘completed‘, __(‘Order marked as completed according to Bitcoin plugin settings’, ‘woocommerce’));Change to:
// Ensure order is completed.
$order->update_status(‘processing‘, __(‘Order marked as completed according to Bitcoin plugin settings’, ‘woocommerce’));I mentioned it to the developer, and he mentioned he might include this fix in his latest update. (We’ll see).
I looked Briefly at Cryptowoo. I don’t mind paying for a plugin. But renting one isn’t my thing.
Have you successfully received payments correctly with this plugin with WC 3.0.9?
If anyone know how to have the payment address of the transaction emailed in the “Full payment received for order ID: ‘000’ That would be great.
Right now it emails to admin:
Subj: “Full payment received for order ID: ‘9515’
Order ID: ‘9515’ paid in full.
Received BTC: ‘0.10313797’.
Please process and complete order for customer.I would like to have it send like this to admin:
Subj: “Full payment received for order ID: ‘9515’
Order ID: ‘9515’ paid in full.
Received BTC: ‘0.10313797’.
Address: 16xeswdd3GtqJKrhoPfWhcnVarkTnuszCU
Please process and complete order for customer.Awesome news, thanks for the report. I have enabled the plugin on my website. I don’t get many bitcoins. Maybe one transaction a week. It would be amazing if it supported the new WC. The only reason I haven’t upgraded is because of this silly plugin.
I don’t know if the is the approriate place to ask this question. If not please instruct me.
When you fill out a bitcoin order and submit. It says on the receiving email:
“You must make a payment within 1 hour, or your order will be cancelled”
How to automatically cancel a bitcoin order after one hour?
Quick question. I changed it from:
From
“https://api.bitcoinaverage.com/ticker/global/{$currency_code}/”To
“https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCGBP”I uploaded to the server, activated the plugin. Now it says the gateway is operational and it shows me the currency conversion for 1 Bitcoin to GBP.
My question is. Have you received BTC ok. I mean is this the only change that needs to be made for the plugin to work? I can’t really test it right now. If anyone knows that everything is working find after this change please let me know.
By the way thanks for the hack, it was a lifesaver.
Ananda
PS. Muito amor para com meus amigos brasileiros!
I have disabled the plugin for the time being. It’s a pain because I have to process the orders manually, and the market moves quickly, so I have to constantly be changing BTC amounts. Another note, I’m still waiting on an update from the developer. I sent him an email and hopefully I’ll get a response by Monday..
Where can if find this bwwc-utils.php. I only have an exe?
I tested it and it works for me: https://apiv2.bitcoinaverage.com/indices/global/ticker/BTCGBPI just need to find out where the file is.
I have good news though. I got an email back from the developer:
“I will work on it this week to fix problems.
It causes by BTC exchange API services changing their interfaces.”So hopefully it will be addressed, and I hope he goes ahead and updates it to WC 3.0.8 while he’s at it.
Just so you know, Your not the only one. I am also experiencing the same error. I sent an email to the developer I hope he answers soon.
I have noticed however in my Electrum wallet all the currency rates for GBP are ‘No Data’.
When I switch to USD, I have and option to change under Preferences -> Fiat -> Source from BitcoinAverage to Winkdex, and the rates apply, so maybe there’s a problem with BitcoinAverage. I don’t know. But it’s really frustrating.