Closed avisra closed 3 years ago
After enabling the Persistent Cart in the BigCommerce dashboard, I have done a little experiment:
Why? Because when a user creates a cart, the Cart ID is stored in the cookies. So when logging in on another device, we need that ID, which we have no way of knowing.
A potencial solution is, after logging in, to get all the active carts of a user and save in the cookies the id of the most recent cart. However, this is now possible with the BigCommerce API.
I have asked about this on the BigCommerce support page.
I am closing this issue until further notice
https://support.bigcommerce.com/s/article/Persistent-Cart
For example, as a user - if I login and add items to my cart on my computer. And then later login on my phone - I would expect to see the same items in my cart over there.