When you have an account in a OpenCart store and add product(s) in the shopping cart, the cart contents are preserved in the database. That way if you log out and then log in again after some time, the cart contents will be saved and still available for you. However, some customers do prefer the shopping cart data to stay only in the current session and not be saved in the database. In this post we will show you how to achieve exactly that.
Continue reading