gesman
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] SyntaxError: Unexpected tokenYes, got it thank you.
I working on it as time permits. Please keep it available – as soon as I’ll be able to find out an issue – will let you know
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] SyntaxError: Unexpected tokenSend WordPress admin credentials to
info at bitcoinway.com and I’ll look into that.The only thing – I’ll do it tomorrow – it’s night here.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Payments stopped getting confirmed>>he way I understand that i should try a reinstall is to make sure i have the box checked to DELETE ALL SETTINGS before i actually delete/remove the plugin for bitcoinway plugin
That is correct. There is nothing else to do if you want complete cleanup.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Payments stopped getting confirmed#1 is easy to do. In fact latest plugin update includes admin email notification about payment received – although only when “FULL” payments is received.
#2 requires global changes of SQL queries across plugin code – but doable with some effort.
Although i agree with you – “almost” complete payments due to “fee” issue with some wallets probably won’t be an issue with many merchants.
I’ll look into these when having time. Thanks for your feedback – all are good ideas.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Payments stopped getting confirmedWhat are “various errors” that you are getting?
Be specific pls.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Support for electrum 2.5.1 MPKNo it has nothing to do with blockchain API.
Problem with blockchain API can only cause a slightly delayed confirmation of payment.
The way I set API is that if one API service failed – it tries next service, and so on.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] SyntaxError: Unexpected tokenI tested plugin on latest version of WooCommerce and latest version of plugin – and it worked just fine.
I’d be happy to debug the problem – if anyone who experience it – give me admin access to their wordpress blog or test site where this problem can be reproduced.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Payments stopped getting confirmedPS: new version by default auto-completes orders that were paid in full.
It also sends a separate email to notify store admin about payment received to make life easier for store owners to act to fullfill the order.I will implement more API support behind single umbrella API so that blockchain request will work in more reliable manner instead of relying on hardcoded provider.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Support for electrum 2.5.1 MPKNon-coder wants to make sure his store is operating smoothly and processes payments without glitches.
Non-coder does not need to swap API providers or do any other under the hood trickery.
Previous glitches were due to multitude of bugs, inefficiencies and lack of important support of Electrum 2.x MPK.
It’s all fixed now – see readme.txt.There are ideas for improvement – but remember it’s a free project and i working when i have time (which in most cases i don’t).
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] Support for electrum 2.5.1 MPKHi Jerry,
Actually it’s operational already.
I’ll be improving it as time goes on but as of now – major bugs are fixed and everything back on track.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] xpub validation bugThanks Michael,
Will push this update to next release. Appreciate the tip and analysis.
Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] can't be activated cause of a Fatal ErrorIn bcmath_utils.php replace line 91:
$buffer = [];
with this:
$buffer = array();I’ll update it with next update.
Gleb
Rene_D – re-save plugin and WooCommerce settings.
Retry.Forum: Plugins
In reply to: [Bitcoin Payments for WooCommerce] error loading settingsSuppose to be fixed with most recent 4.03 update.
Let me know if there are issues.
Gleb
Just updated to 4.03 which suppose to fix it,
Let me know if there are issues.Gleb