Report a broken link
You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
The Winestore Shopping Cart
The Winestore Shopping Cart tutorial
In this tutorial, we introduce the shopping cart developed for the online winestore. The shopping cart is typical of those used in online stores: the user can add items to the cart and manage the quantities of the different items. The solution we outline is scalable and practical. The cart data is stored in the winestore database tables, and only one session variable per user is required to track the cart's identity.
What's wrong with the tutorial? Write below.