Anyone have any idea when the new version will be released, and where?
From: https://github.com/coinbase/coinbase-woocommerce
This plugin has been deprecated and will no longer work after April 30th, 2018. This plugin previously allowed merchants to accept Bitcoin on your WooCommerce-powered website with Coinbase legacy merchant tools.
Coinbase Commerce is a new merchant payment processor that allows you to accept multiple cryptocurrencies. A WooCommerce plugin for Coinbase Commerce will be released in Q2 2018 using the Coinbase Commerce API.
]]>Paypal and Stripe works fine. Added api and checked the keys. Have always:
Sorry, but there was an error processing your order. Please try again or try a different payment method.
Tested on local host website and on live one, same error.
Any thoughts on trouble shooting this?
]]>Why is this plugin still in www.ads-software.com when coinbase do not support merchant account anymore? How is this plugin suppose to work when coinbase do not offer business merchant account anymore?
]]>Hi,
I want to set up this coinbase payment into checkout page.
So I have installed this plugin, But can’t find the exact option from where I can get the API Key and API Secret to set up this plugin correctly.
so please tell me the steps to get that .
Thanks
Your plugin apparently assumes the order (and invoice) number is the order ID, while WC provides ways for third-party plugins to provide different order numbers. See
https://open-tools.net/forum/advanced-ordernumbers-for-woocommerce/5203-order-and-invoice-numbers.html#7380
In particular, in the file https://plugins.svn.www.ads-software.com/coinbase-woocommerce/trunk/coinbase-woocommerce.php near the end of the file, the params that are sent to the payment gateway are defined, including the following:
$params = array(
'name' => 'Order #' . $order_id,
'price_string' => $order->get_total(),
[...]
);
So, your plugin for WooCommerce assumes the order number to be the order ID rather than the order number.
This should rather be changed to $order->get_order_number().
By default the order number will be the post ID, so unless the user has an order number plugin installed, things will be as they currently are. But if the user has an order number plugin installed, the order number is currently not used, while with that change the correct order number will be shown in the name.
Best regards,
Reinhold
I got this message emailed to me by Coinbase today and I have no concept of what to do about it.
—————————–
We were not able to get a valid (200) response from the callback URL you set under merchant settings.
The callback URL on your account is:
https://*website*/wc-api/WC_Gateway_Coinbase/?callback_secret=*secret*
If 12 failures occur, this URL will be removed from your account. You can set a new callback URL at any time from the merchant settings page.
——————————–
In case it’s not obvious, that which I surrounded with asterisks is information I thought better edited out of this post.
]]>Hello,
I’e successfully connected the plugin to a Coinbase account but I’m getting an error when checking out.
Error Messager:
Sorry, but there was an error processing your order. Please try again or try a different payment method.
I’m not really sure how to go about troubleshooting this issue.
Thanks for the help.
]]>What permissions are needed for this plugin in the Coinbase API?
Thanks.
]]>This plugin v. 2.0.1 works flawlessly with WP 3.9.2 and WooCommerce 2.1.12 – thank you.
Does the latest plugin release (2.1.1) support WP 4.0 and the latest WooCommerce version (currently 2.2.3)?
]]>Just installed. Paypal works fine. Added api and triple checked the keys. Getting:
Sorry, but there was an error processing your order. Please try again or try a different payment method.
Any thoughts on trouble shooting this?
]]>Hi,
I love this plugin, however, my members would really really like to have automatic renewals. I know this is possible using Coinbases own wordpress button. Is there anyway to integrate this feature in?
Thank you!
]]>