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 ability to expand upon the base library, and create any kind of cart …such as a nursery cart, or an auction cart, or whatever kind of cart you need.
the ‘Cart’ (and, additionally, the ‘Checkout’) library can be found in the SVN repository of ZRECommerce under http://svn.zrecommerce.com/library/
…Needless to say, i’ve been busy hacking away at the ZRECommerce project for a few months. Its really bare-bone, but is functional (mostly). Bugs are being squished, and the interfaces improved. Stay tuned.
Enjoy.



















