Jayden Lawson
Forum Replies Created
-
Thank you, @shameemreza. When is the version update expected?
Thanks for the note about OAth.
Thanks @shameemreza. Will this also fix https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463?
Thanks @itsmefti for logging a comment at https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463 ?? Hopefully it will get fixed soon!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce E-Mails sent twiceComment here if you’d like this resolved: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate New Order EmailsComment here if you’d like this resolved: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463
Comment here if you’d like this resolved: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463
@ckadenge comment here if you’re frustrated by this: https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2463
Rajesh, how many hours were invested in to solving this issue in the last week, because it seems more and more people are experiencing it every day.
My client was so annoyed with it, so I tried, in desperation, enabling the Legacy Checkout. This broke the checkout process, and we lost many sales due to it.
This is getting ridiculous – that GitHub report has been open for over 2 years!!!
Please reply with the number of hours that were put in to solving it in the last week.
I’ll tell you: 0. Please actually do something about it. We’re losing our confidence in using WooCommerce and Stripe.
I just ticked the option to “Enable the legacy checkout experience”, and it brought our orders to a halt. My client wished to solve the double-email issue urgently, and by doing the only known solution, it broke the site, and we have not seen any orders for hours.
This simply has to be made a priority. Otherwise – we’ll be disabling Stripe, and only using PayPal.
Would you tell me who is working on this today please, and where we can follow daily updates on the issue?
Ok, thank you. Glad to hear that it seems to be a priority now. Have a great day also ??
Forum: Plugins
In reply to: [WooCommerce] Phone number required on Checkout pageThanks Shameem!
Forum: Plugins
In reply to: [WooCommerce] Phone number required on Checkout pageI’m using the Divi theme builder and these options are simply not there at “Pages -> Checkout”. Why don’t you just put it in WooCommerce’s settings? Seems silly to have these options here that will be hidden if you’re not using the basic WordPress Blocks editor.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Enable Paypal payments without Express buttons@su1 and @inpsydekrystian, I have found the solution:
- In WooCommerce > Settings > Payments > PayPal, in the Smart Button Locations, ensure both “Classic Checkout”, and “Express Checkout” are chosen;
- In Appearance > Theme File Editor > functions.php, add the following line to the bottom:
add_filter(‘woocommerce_paypal_payments_use_place_order_button’, ‘__return_true’);
(note, you really should have a Child theme set up, so that any settings added here are not overwritten, if your theme is updated.
For some reason, you must choose “Classic Checkout” AND “Express Checkout” in the WooCommerce settings. Only selecting either of them, without both, will mean PayPal is not shown as an option in your Checkout’s “Payment options”.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Enable Paypal payments without Express buttons@inpsydekrystian I have added the code as suggested, to my Child Theme’s functions.php:
And have ensured that “Express Checkout” is chosen in the PayPal settings:
But this is how it looks on the Checkout page:
The PayPal Express Checkout buttons are hidden from the top of the page, which is perfect, but there is no longer any option to choose PayPal from “Payment options” – which is all we want.
How can this issue be solved? The reason we want this is that we don’t want to give one payment method preference over another. We want our users to see all the options available in the same area (in “Payment options”) where they will make their own choice.
Thanks.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Enable Paypal payments without Express buttons@su1 I have the same issue – blows my mind that we can’t just disable the Smart buttons, which should still allow PayPal as one of the payment options. The two things should not be connected.
What was the other PayPal plugin that you used?
- This reply was modified 6 months, 2 weeks ago by Jayden Lawson.