Hello, Anybody knows about open source e-shop products/tools made with Zope ?? i know about Bizarshop, but its not open source. Please let me know. Thanks Sanket.
Hi, i've just checked thru most of the existing opensource zope shops: http://www.zope.org/Products/commerce None of them was right for me, because it needed a Zope Product, that didn't work on my w32 development box, or was a very different concept. Most of the projects hadn't been updated for several months. So i develop another. It uses ZODB for storage, ZMI for management interface, and now CoreSessionTracking for shopping cart data storage. No other Zope Product or any RDBMS required. It also includes a solution for handling different versions of products ( color/etc ). I try to keep it very simple, as it should be. It's designed for small shops. At the moment it's only some scripts, if it will be ready will be a Zope Product providing ZClasses for "product category" and "product" and "product version", and a "cart" object. ( I hope the e-shop's products and Zope Products are not confusing... ) I'd like to share my solutions and also would join a Z shop opensource project, which fits my needs. I can send you more details about my not-yet-ready cart if you're interested . Bye, martin sanket wrote:
Hello,
Anybody knows about open source e-shop products/tools made with Zope ?? i know about Bizarshop, but its not open source.
Please let me know. Thanks
Sanket.
So i develop another. It uses ZODB for storage, ZMI for management interface, and now CoreSessionTracking for shopping cart data storage. No other Zope Product or any RDBMS required.
This is not good. You should use other Zope Products; this way we stop reinventing the wheel. Heck you should take the shop which comes closest and totally redo it and send in the patch or start supporting. That is Open Source!
I can send you more details about my not-yet-ready cart if you're interested .
You know that Zope 2.5 comes with a shopping cart example... Regards, Stephan -- Stephan Richter CBU - Physics and Chemistry Student Web2k - Web Design/Development & Technical Project Management
participants (4)
-
Richard Jones -
sanket -
sirius legend -
Stephan Richter