• Resolved dualitystudio

    (@dualitystudio)


    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)
  • Hi @dualitystudio

    It sounds that this behavior is browser-specific or device-specific.

    As it works fine elsewhere, it is not a WooCommerce issue.

    This specific forum is more focused on the default WooCommerce core features.

    I’m going to leave this ticket open for a bit to see if anyone is able to chime in to help you out.

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Guest basket is forgotten after authentication’ is closed to new replies.