While frameworks seem to be popping out of the woodwork, Mike Willbanks has noticed something lacking - a good e-commerce framework that helps the developer do simple things like work with shopping carts or connect with payment APIs.
So here is my question, besides the really shitty shopping cart objects out there is there any true components for a framework that utilizes this functionality? I say shitty shopping cart objects because just about every single open source PHP shopping cart has some of the worst design aspects I have ever seen.
His complaint is that most of the shopping cart software out there is really just procedural (or bad) code shoved into classes and called good. He suggests a more patterned approach - maybe using a Factory on top of a base abstract model.









I've started taking steps to build a framework that fits the bill. If you want to see, head over to http://www.stevangoode.com/forums.
There's a 0.1 release ... untested, incomplete, but a taster to see what people think.
I'll be releasing often, in an attempt to get the most feedback about what people really want, rather than what I think they want.
Steve