I’ve built a collection of useful class libraries while working on ZRECommerce. One of which is simply called, “Cart”. As its name implies, it provides a class library upon which to create a “Cart”. This library is abstract and object-oriented. It makes use of an “adapter” based model, so as to allow any developer the …

