Over the years I've designed and implemented numerous shopping carts that have been bespoke, tailored to individual clients needs. In an effort to increase the amount of resuable code I proposed the development of a generic shopping cart that is easy to implement.
The shopping cart was coded as a number of easy to implement PHP classes with all session and cookie handling done in the classes themselves.