Shopping 2.0
This version builds on Shopping1.0 by adding the ability to add, view, and remove items from a shopping cart stored using the $_SESSION superglobal.  In addition, it uses a PHP class called Item (found in classes.php) to store the items in the session's shopping cart.