When a user is logged in and then logs out I want his shopping cart to be transferred to his then guest account. And when the users is a guest, logs onto his account, that the cart it “copied” from the guest to the logged in user.
With my understanding of Magento 2’s persistence module, it should work like that if under
Stores > Configuration > Customers > Persistance Shopping Cart
I only set “Clear Persistence on Sign Out” to NO..it should work that way.
But it keeps clearing the cart when I log out. I have changed settings in the cookies, with the idea that that wasn’t setup properly, but it’s not working.
Is my thinking off, or am I right and is something not working in M2?