Our log has thousands of these errors:
PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$timeout is deprecated in
/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 56
and
PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$debug is deprecated in /wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 65
]]>Hi.
Have a issues in log on PHP8.3.8
[14-Jun-2024 18:03:37 UTC] PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$timeout is deprecated in \wp-content\plugins\coinbase-commerce\class-wc-gateway-coinbase.php on line 56
[14-Jun-2024 18:03:37 UTC] PHP Deprecated: Creation of dynamic property WC_Gateway_Coinbase::$debug is deprecated in \wp-content\plugins\coinbase-commerce\class-wc-gateway-coinbase.php on line 65
Solution
class WC_Gateway_Coinbase extends WC_Payment_Gateway {
private $timeout;
private bool $debug;
]]>
Hi there,
We are using your plugin and it recently stopped working on our site when we converted to a block checkout. We see this notice:
Do you have any plans to make your plugin compatible with block checkout, or should we look for another option?
Thank you!
]]>Please declare HPOS support, seems to be other threads saying this has already been support, but the code declaration is missing?
Regards,
]]>After registering an account, clicking the option to accept the terms cannot proceed to the next step. How can I successfully register? ?
]]>This has been requested multiple times, but nine months later we have had no significant updates whatsoever.
Do you know when you will correctly support HPOS and an update will be released?
Thank you
]]>Hello, yours is not compatible with my plug-in. How can I make it compatible? URLhttps://imgur.com/a/W7aTnp0
]]>Error after update WordPress to latest version
2023-09-22T23:11:27+00:00 CRITICAL Uncaught Error: Call to a member function get_meta() on bool in /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php:382
Stack trace: 0 /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php(332): WC_Gateway_Coinbase->_update_order_status() 1 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(310): WC_Gateway_Coinbase->handle_webhook() 2 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() 3 /home/admin/web/website/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 4 /home/admin/web/website/public_html/content/plugins/woocommerce/includes/class-wc-api.php(161): do_action() 5 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(310): WC_API->handle_api_requests() 6 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php in /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 382
we finished all set up , but still coinbase option not showing in check out page
]]>
Guys you declared compatibility with HPOS in v.1.3 but you forgot to tell about that to WooCommerce – it still thinks that your plugin is incompatible. Add this code to your main file:
add_action( 'before_woocommerce_init', function() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
}
} );
]]>
Hi, I tried changing the button text with Loco Translate, but after a short display of the translated text, it turns back to the old “Proceed to Coinbase” text.
How can I change the text of the button?
]]>Your webhook subscriber has been deactivated
Your webhook subscriber for https://www.example.com/?wc-api=WC_Gateway_Coinbase has been deactivated by our system. The endpoint is likely unhealthy or it has not been set up properly. You can reactivate it and test its response from your Commerce dashboard.
]]>We are receiving an error in WordPress/Woocommerce notifying us that this plugin is “Incompatible with ‘High-Performance order storage (COT)”.
We are wondering when this plugin will be compatible with the new higher performance Woocommerce order tables?
As this initiative is scheduled for “Now” by Woocommerce, we hope your plugin becomes compatible soon.
https://developer.woocommerce.com/roadmap/
Is there a timeline we can count on to have your plugin COT ready?
Thank you!
]]>Hello,
i Want to ask your support when we place order through coinbase payment method its order status changes from pending to processing and when the payment is done then it changes to completed, i just want to know through which filter or action it changes the status from processing to completed
Kindly Waiting for your response.
Thank you
]]>Hi,
The payment icons are disappeared on the checkout page, in the latest update.
In the admin area, after installing CoinBase plugin, I can no longer view Woocommerce Analytics. All of the Woocommerce Analytics pages are blank. There is a Payments Tab now, but cannot click it either.
]]>Dear
By default When payment is successfully status goes to “Process”,
“Coinbase payment was successfully processed. Order status changed from Blockchain Pending to Processing.”
Is this possible make status “Completed”
I want all order when payment successfully status goes to “COMPLETED”
]]>Dear devs, ??
I would like to use the plugin for my e-commerce shops and would therefore like to know when it will be available again.
Thank you for the great work.
]]>Currently if the payment is done, order is stuck at ‘Processing’. Can anyone help in changing that to completed?
]]>Hello,
Could you please confirm what is to be whitelisted for CSP? with Coinbase
Many thanks
]]>Are you guys ever going to update this plugin and address the common issues people are having?
]]>[Wed Nov 17 12:45:15.949300 2021] [php7:error] [pid 7131] [client 54.175.255.214:6910] PHP Fatal error: Uncaught Error: Call to a member function get_meta() on bool in /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php:346\nStack trace:\n#0 /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php(299): WC_Gateway_Coinbase->_update_order_status()\n#1 /var/www/html/wp-includes/class-wp-hook.php(303): WC_Gateway_Coinbase->handle_webhook()\n#2 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()\n#3 /var/www/html/wp-includes/plugin.php(470): WP_Hook->do_action()\n#4 /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-api.php(161): do_action()\n#5 /var/www/html/wp-includes/class-wp-hook.php(303): WC_API->handle_api_requests()\n#6 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()\n#7 /var/www/html/wp-includes/plugin.php(518): WP_Hook->do_action()\n#8 /var/www/html/wp-includes/class-wp.php(388): do_action_ref_array()\n#9 /var/www/html/wp-includes/class-wp.php(750): WP->parse_request()\n#10 /var/www/html/wp-includes/func in /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 346
[Wed Nov 17 13:45:18.047013 2021] [php7:error] [pid 7525] [client 54.175.255.215:21149] PHP Fatal error: Uncaught Error: Call to a member function get_meta() on bool in /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php:346\nStack trace:\n#0 /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php(299): WC_Gateway_Coinbase->_update_order_status()\n#1 /var/www/html/wp-includes/class-wp-hook.php(303): WC_Gateway_Coinbase->handle_webhook()\n#2 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()\n#3 /var/www/html/wp-includes/plugin.php(470): WP_Hook->do_action()\n#4 /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-api.php(161): do_action()\n#5 /var/www/html/wp-includes/class-wp-hook.php(303): WC_API->handle_api_requests()\n#6 /var/www/html/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters()\n#7 /var/www/html/wp-includes/plugin.php(518): WP_Hook->do_action()\n#8 /var/www/html/wp-includes/class-wp.php(388): do_action_ref_array()\n#9 /var/www/html/wp-includes/class-wp.php(750): WP->parse_request()\n#10 /var/www/html/wp-includes/func in /var/www/html/wp-content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 346
Update it COINBASE!
]]>Hi, I need support in order to translate automatically this plugin.
I’m using loco translate but when I create the translated file never complete the translation progress.
Also when I fill the translation word manually on the file, it does not take this configuration either.
Any ideas?
Thank
-Franz
]]>The plugin still works fine for me as of today.
But it doesn’t support WordPress Multiste installations.
Fix: in coinbase-commerce.php, function cb_init_gateway() replace the Woocommerce plugin check:
if ( in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) ) {
with a version that supports Multisite:
if ( is_multisite() ) {
$isWooActive = (array_key_exists(‘woocommerce/woocommerce.php’, apply_filters(‘active_plugins’, get_site_option(‘active_sitewide_plugins’))));
} else {
$isWooActive = in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) );
}
if ( $isWooActive ) {
Or, if you are in a hurry, remove the if() condition.
]]>I added this plugin and got a Processing error. Exact words: Error processing checkout. Please try again.
I did everything right have no clue why it’s not working.
]]>This doesn’t seem show as a payment option during checkout with Woocommerce Blocks checkout flow so I can’t use it unfortunately . As Woocommerce Blocks will eventually be built into WP core this support is very needed.
I have the plugin setup with API keys/webhook, and enabled as a payment methods, but still no coinbase/crypto option appears during checkout
]]>Seems this hasn’t been updated in a long time, maybe it doesn’t work anymore? My purchases never set to completed, so users do not get a recipes or access to the virtual product.
I saw some hacks to make it work, but I don’t want to use a plugin that isn’t being supported ay longer, it hasn’t been updated in years.
Anyone still using this, or is there another plugin for coins?
]]>I set up Coinbase in my clients website in Woo Commerce. Everything seemed to have gone well. When I was finished I went into the settings and changed the email addresses to his email address (instead of mine). He cannot even get into his dashboard unless he has the code generated from the authenticator app from when I set it up. Nowhere did it say to keep this code. I saved the Seed phrase and recovery codes but not the original code I used to set up the account. He needs access to the QR code so they can have access to generate the 2 factor authorization code.
]]>Hello everyone! I use coinbase in my website and I wanna implement the coinbase plugin as a payment request button like in Stripe (Google pay, Apple pay, etc.). Is there any solution for this?
]]>