Guest Posted November 19, 2003 Posted November 19, 2003 I was wonder where items are stored in the shopping cart as you add them. I understand that they eventually get submitted in the DB but i need to know where they are stored during the shopping phase?? and how do find out if some product_id or product_name already exists?? Thx Chris :( :rolleyes: :angry: :) B)
wizardsandwars Posted November 19, 2003 Posted November 19, 2003 In the following tables of the database customers_basket customers_basket_info ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
Guest Posted November 19, 2003 Posted November 19, 2003 yea they are added to the customer basket & customer basket attributes table when you start the checkout process, but before that where are they stored?? is it in the $products array or somewhere else?? Chris
Guest Posted November 20, 2003 Posted November 20, 2003 going on my previous question.. does the application_top file have anything to do with the shopping cart check page?? Chris
Guest Posted November 20, 2003 Posted November 20, 2003 Please help me on this issue, I have looked at the application_top file and I can understand what exactly is happening here,,, I still need to know where items in the cart are stored before they are submitted into the db THX C
Recommended Posts
Archived
This topic is now archived and is closed to further replies.