Hi,
I'm creating e-commerce web application.and i want to create shopping cart with 2 scenarios
1) store shopping cart (list of product ID + quantity) in cookie if user is not logged and Once the user logged into the system then i want move those data into the user's shopping cart table.
2)If user already logged in the system then i want to store directly into user's shopping cart table
Please i need your valuable suggestions and scripts/code to achieve my scenario with best way
Appreciate for your best response.
Go to the complete details ...