royho
Forum Replies Created
-
This is theme related. Test a different theme and see. Try https://woocommerce.com/storefront/
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Styling the Payment Request ButtonThis plugin uses what is available provided by Stripe see here https://stripe.com/docs/stripe-js/elements/payment-request-button#styling-the-element
Other than that it would be a complete custom solution which we don’t support.
You have JS errors coming from your theme possibly causing other JS issues. https://cld.wthms.co/tBeQMw
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Credit Card Field is not working@kumarak These errors are all coming from your theme. I would suggest you contact your theme author about them.
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] Filtering by tagsSorry nothing like this is in the works.
Hello,
My hunch here would be PHP 7 is using Throwable and PHP 5 is using Exception. Are you using PHP 7?
We may need to chain the catches so it looks like this
try { ... } catch ( Throwable $t ) { ... } catch ( Exception $e ) { ... }
Since PHP 5 doesn’t support Throwable, it will have a fallback.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay – closes againI see this https://cld.wthms.co/Wmf1Yz
I believe you need to have an actual Apple Pay Wallet setup with valid payment information.
@aaronfernandes – it is showing. Seen here https://cld.wthms.co/StAauR
The issue is this plugin Subscriptions for WooCommerce: by WebToffee
Our Stripe plugin does not support that subscriptions plugin. Either you remove it or you use the official Subscriptions plugin we do support seen here https://woocommerce.com/products/woocommerce-subscriptions/
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay not working – errorApple Pay gets its benefits from customers NOT having to enter any payment information. It is provided when they use it. It is an “express” way to checkout so it is designed not to show on checkout page. If you need them to fill out your checkout for some reason, then Apple Pay is not for you.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Choose Payment MethodsNot with this plugin no. Sure you could probably hide the visible icons but ultimately Stripe determines what card is accepted. I am not sure if it is possible on Stripe’s side but you can contact them about this.
Also note that our Stripe plugin uses wp_remote_post seen here https://codex.www.ads-software.com/Function_Reference/wp_remote_post which is coming from WordPress core and not something custom to Stripe.
Another words any plugins that uses wp_remote_post you will have issues with on your host.
@kognito perhaps they changed something? Otherwise you can try using another Stripe plugin and see if that works for you.
Sorry but this is a hosting issue. Not related to the plugin. If you just simply do a Google search you would find the solutions for this. Here is an example https://docs.presscustomizr.com/article/326-how-to-fix-a-curl-error-28-connection-timed-out-in-wordpress