BitPay
Forum Replies Created
-
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHi @ellisrl we’re looking into this, as it’s a result of a sub-dependency update. There was an issue with another plugin using a very outdated version of Guzzle, which caused issues. The solution to that was to introduce php-scoper (similar to Yoast) to prefix all vendor packages with a custom namespace.
We’ll check this out on our end. In the mean time, you should be OK to use the previous version prior to the introduction of php-scoper.
Please note that we are only supporting PHP 8.0 until November 26th, 2023 when it will reach the end of its security updates.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreen@zaka888 since account is a sensitive issue that can’t be resolved on the forums, it would be great if you could reach out through https://bitpay.com/request-help/wizard and we can get you some clarification regarding acceptance. There’s a chatbot to get started and will help direct you to someone in support if you can’t find what you’re looking for.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenHi there @zaka888 we just wanted to give you a quick heads up that we’re working on releasing version 5.1.0, and in parallel are working on 5.2.0 that will have this button selection feature.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenAlrighty @zaka888 , I’ve talked to my teammates that handle this part of onboarding and they said that while we prefer the version that the plugin currently comes with, you can use other marks from the guidelines.
I believe this will give you two paths forward:
Near-Term
You could modify the plugin directly. This is not recommended and changes would be wiped on a plugin upgrade but that’s up to you and your development workflow.
Long-Term
We are putting a story on our backlog for review and will link it to a GitHub issue. This story will add a dropdown to the configuration to allow you to choose from the various buttons.
Thanks again for reaching out, this is a real-world feature that we’ll add to the plugin!
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenGot it, thank you so much for the clarification – I’m checking on this for you and will report back.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenHello,
We have guidelines for how the payment mark should be used in the link that was provided in our previous post (https://developer.bitpay.com/docs/checkout-page).
A screenshot would be very helpful, however without that available I believe you’re referencing the payment mark that is used, which is https://bitpay.com/cdn/merchant-resources/pay-with-bitpay-card-group.svg, which is the intended image.
NOTE: I do see that on the plugin page in the WP marketplace that the third screenshot shows an option to change the button, but it appears that this may be a cached file on the WP marketplace CDN and is not showing the latest screenshots as this option was removed for branding purposes.
If you are having a specific issue or the plugin is not working as intended, please provide as much information as possible. Examples include:
- Your operating system
- PHP version (I understand you’re on version
8.0.30) - WordPress version
- WooCommerce version
- All other plugins and their versions
If the primary issue is that you are not happy with the default logo, you should be able to override the
bitpay_logoCSS class, but I cannot guarantee that an image you choose would be in-line with brand usage guidelines.Finally, the plugin is open source, so if you’d like to contribute to the codebase, we welcome you to submit a pull request our GitHub repository.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Problems with woocommerce white sfreenHi @zaka888 – could you share a bit more information? We have a few guidelines regarding the payment icons that can be read on https://developer.bitpay.com/docs/checkout-page.
If you have any other questions please don’t hesitate to let us know, and any other information or screenshots you can provide would be greatly appreciated.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerAwesome! Thanks for spotting it – it was a huge help. We didn’t catch it because our GitHub Actions runners were using
ubuntu-latest, which very recently switched to 22.04. The image for this version does not include PHP 8.0, and does not fail when it’s passed into a version matrix. This resulted in 8.1 being used to runcomposer installas well as tests on 8.0 and 8.2 in the SDK.We were able to stick with
ubuntu-20.04and run 8.0, 8.1, and 8.2, and have since split our tests between PHPUnit 9 and 10.This was immensely helpful, and we really appreciate you reporting it. It’s a case that shows how the WP community really does help.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composer@risbo95 this is deploying to the marketplace now. We’ve tested Composer with PHP 8.0, and tested the plugin. We have not run into any issues but definitely let us know if you come across anything. I’ll keep this open for a day or two.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello again @risbo95 we just wanted to give you another quick update. We’ve updated the SDK and plugin repositories to address this specific issue and plan on releasing both either tomorrow or Monday.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello,
PHP 8.0 is already only under security support, with 8.1 and 8.2 being actively supported. Being that our SDK and plugins deal with handling cryptocurrency, our new SDKs and plugins are going to follow officially supported language versions.
We are using PHPUnit 10 in our SDK, but we’ve confirmed that our tests will pass in PHPUnit 9. We’re updating our tests to run in both 9 and 10 in our workflow, and will rebuild our composer.lock file for PHP 8.0.
That said, if you just install the plugin, you should be OK on PHP 8.0 since there’s no need to run Composer unless you’re developing for the plugin.
We are working on making a few updates today in an effort to address the PHP 8.0 issue with Composer.
That said, please bear in mind that we will stop supporting PHP 8.0 on Nov 26, 2023 following its official EOL per https://www.php.net/supported-versions.php.
Thanks!
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] php error composerHello! We’ll take a look at this today. Please note that you do not need to use composer to install the plugin because we pre-package the vendor directory.
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Plugin doesn’t workHi @tdessa ,
This is most likely because you havent finished setting up your BitPay account (settlement, compliance documentation, etc)
Forum: Plugins
In reply to: [BitPay Checkout for WooCommerce] Plugin Redirecting to homepageHi Abel,
This is most likely because you havent finished setting up your BitPay account (settlement, compliance documentation, etc)
Yes, this is compatible with the latest versions of WooCommerce and WordPress.