Guest basket is forgotten after authentication
-
Our woocommerce site allows people to create a basket and add items to it and then login into their account on the checkout page. After login, the basket from the guest session is remembered and they can check out. To allow this to happen, we added this like of code:
add_filter( 'woocommerce_persistent_cart_enabled', '__return_false' );
This works absolutely fine, except for in Safari on iOS devices. Safari on desktop appears to be fine. Oddly, it seems that if try and debug Safari by connecting our device to our computers, the issue goes away.
Anyone experience a similar behaviour? Me and my colleagues have been searching for an answer for 48 hours now.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Guest basket is forgotten after authentication’ is closed to new replies.