rcmdesign Posted June 25, 2004 Posted June 25, 2004 When a user is logged in, their cart information is stored in the database under the table customers_basket using their customer_id. I would like to know where the cart information is stored if they are not logged in? Are cookies the answer? And where might I find the code for saving when not logged in?
Guest Posted June 25, 2004 Posted June 25, 2004 The data is in the $cart object - look at catalog/includes/classes/shopping_cart.php :) Matti
Recommended Posts
Archived
This topic is now archived and is closed to further replies.