On desktop, bundled products can be added to the cart without any issues.
On mobile, when I add a bundled product, it appears in the cart briefly and then automatically disappears. I find the cart empty like if I never added anything.
This only happens with bundled products on mobile; regular products work fine and bundled products on desktop also work fine
Could you please advise what might be causing this or how to resolve it?
The issue seems caused by WooCommerce PayPal Payments plugin. If I stop the Paypal cart simulation the problem is solved: add_filter( 'woocommerce_paypal_payments_simulate_cart_enabled', '__return_false' );
There should be a way for you plugin to bypass this issue. Please advice.
Indeed, our plugin currently faces a compatibility issue with WooCommerce PayPal Payments. The snippet you added serves as a workaround that we are also utilizing.
Hello,
I am experiencing an issue with WPC Bundled Products in my WooCommerce store https://www.shopgaravinihome.it/:
On desktop, bundled products can be added to the cart without any issues.
On mobile, when I add a bundled product, it appears in the cart briefly and then automatically disappears. I find the cart empty like if I never added anything.
This only happens with bundled products on mobile; regular products work fine and bundled products on desktop also work fine
Could you please advise what might be causing this or how to resolve it?
Thank you,
The issue seems caused by WooCommerce PayPal Payments plugin.
If I stop the Paypal cart simulation the problem is solved:
add_filter( 'woocommerce_paypal_payments_simulate_cart_enabled', '__return_false' );
There should be a way for you plugin to bypass this issue. Please advice.
Hi Nerobold,
Indeed, our plugin currently faces a compatibility issue with WooCommerce PayPal Payments. The snippet you added serves as a workaround that we are also utilizing.
We are working on a fix for this.
Best regards,
Dustin