yii2-cart
yii2-cart copied to clipboard
Clone guest's cart to user's cart
When a guest is not logged in and have some things in his cart, at the moment he login his cart is not brought to login session. I want the guest's cart to be cloned or copied over to the login's session when the guest logging in. How to make it work?