Comments Shaun started the conversationJune 17, 2024 at 3:11pmHi, as noted in previous tickets there is an issue with Express Checkout options (Apple Pay / Google Pay) not working with Smart Bundles.https://wpc.ticksy.com//ticket/3442586/https://wpc.ticksy.com//ticket/3574474/I discovered this issue myself after purchasing WPC Product Bundles premium. Has there been any progress on resolving this issue?It seems to be a common complaint and looks like the issue Stripe had has been fixed. I'm currently accepting Express Checkouts (Apple/Google Pay) via Stripe, native product bundles are listed as partially compatible (support express checkout methods on the cart and checkout pages: https://woocommerce.com/document/stripe/customer-experience/express-checkouts/#product-compatibilityI have tested this behavior myself with Grouped Products and it works as described (displays on basket and cart).I tried changing the smart product bundle price to use Fixed price. No joy. Can you clarify if there will be a fix for this issue or if it currently works with any of the payment gateways?This is a big issue to my client.If this can't be fixed may I get the licence refunded, I'll create a custom product type myself. 1,355Dustin repliedJune 21, 2024 at 1:10pmHi Shaun,I'm so sorry for the late reply!There seems to be an error with Express Checkout; we can't fix it yet.We have processed your request and refunded this payment. It's sad to hear that our plugin doesn't meet your requirements. Hopefully, we could still have your interest and support of other promising plugins on https://wpclever.net Moreover, kindly check out other stunning free plugins from our WPClever team at http://wpclever.org.Best regards,Dustin1 LikeNick replied3 weeks ago on February 19, 2025 at 11:07amHi, Has this issue been fixed? I'm using the free version of bundle plugin. Express checkout not showing on bundled products. I was going to upgrade to pro version, but wondered if issue has been fixed?Thanks :) 1,355Dustin replied2 weeks ago on February 23, 2025 at 4:47amHi Nick, Please use the latest version of WPC Product Bundles and add the custom code below. (How to add custom code? ↗): add_filter( 'wc_stripe_payment_request_supported_types', function( $types ){ $types[] = 'woosb'; $types[] = 'woosg'; return $types; } ); Let me know if it works as you expected.Best regards,Dustin Sign in to reply ...
Hi, as noted in previous tickets there is an issue with Express Checkout options (Apple Pay / Google Pay) not working with Smart Bundles.
https://wpc.ticksy.com//ticket/3442586/
https://wpc.ticksy.com//ticket/3574474/
I discovered this issue myself after purchasing WPC Product Bundles premium.
Has there been any progress on resolving this issue?
It seems to be a common complaint and looks like the issue Stripe had has been fixed.
I'm currently accepting Express Checkouts (Apple/Google Pay) via Stripe, native product bundles are listed as partially compatible (support express checkout methods on the cart and checkout pages: https://woocommerce.com/document/stripe/customer-experience/express-checkouts/#product-compatibility
I have tested this behavior myself with Grouped Products and it works as described (displays on basket and cart).
I tried changing the smart product bundle price to use Fixed price. No joy.
Can you clarify if there will be a fix for this issue or if it currently works with any of the payment gateways?
This is a big issue to my client.
If this can't be fixed may I get the licence refunded, I'll create a custom product type myself.
Hi Shaun,
I'm so sorry for the late reply!
There seems to be an error with Express Checkout; we can't fix it yet.
We have processed your request and refunded this payment. It's sad to hear that our plugin doesn't meet your requirements.
Hopefully, we could still have your interest and support of other promising plugins on https://wpclever.net
Moreover, kindly check out other stunning free plugins from our WPClever team at http://wpclever.org.
Best regards,
Dustin
Hi, Has this issue been fixed? I'm using the free version of bundle plugin. Express checkout not showing on bundled products. I was going to upgrade to pro version, but wondered if issue has been fixed?
Thanks :)
Hi Nick,
Please use the latest version of WPC Product Bundles and add the custom code below. (How to add custom code? ↗):
Let me know if it works as you expected.
Best regards,
Dustin