login | register
Sun 21 of Mar, 2010 (08:45 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheHistoryPrint

BitcommercePackage

A full featured e-commerce system with support for postgres, firebird, & mysql

Created by: spiderr, Last modification: Tue 17 of Feb, 2009 (10:54 UTC) by Lester Caine
We have started the bitcommerce project. This will be a large project. Almost as large as bitweaver itself. We have taken the Zencart application version 1.2.5d and are forking to a closely integrated application. The approach is just like the TikiWiki -> ReleaseZero -> ReleaseOne approach for bitweaver:
  • First, port the architecture and maintain functionality
  • Second, expand functionality and greatly improve modularity.

We have reverted all code to ADODB and have SQL running on multiple platforms. Try to get everything working "as-is" with a pristine Zencart 1.2.5d schema. Slowly migrate the tpl_ files to Smarty templates. sideboxes have been converted. Took about an hour a piece.

Want code?

  1. Get the latest bitweaver - bitcommerce requires the latest HEAD branch (upcoming R2) from CVS. These do *NOT* include the bitcommerce package yet, since it is still under development.
  2. The only reliable way to get bitcommerce is from our CVS (there is no branch on bitcommerce yet):
cvs -z3 -d:pserver:anonymous@bitweaver.cvs.sourceforge.net:/cvsroot/bitweaver checkout _bit_commerce


Want to know more?


Current Status

  • A few sites have it running in production and processing live transactions (that's real cash. woo!) If you want to see bitcommerce running on postgres in live production environment, buy something from Viovio.
  • The schema is considered to be cooled, though a few small changes are still occuring. Any future schema changes will only be permitted with extreme need.
  • MAIN TODO CHORE: Port everything in commerce/pages to php & smarty .tpl pairs. This is a lot of work, and very risky due to the high possibility regressive bug introduction. About 10 of 70 pages have been completed.


Comments

Reply to this comment

Fingers crossed

by Kozuch, Fri 09 of Feb, 2007 (18:42 UTC)
Like the package very much. I can speed up the development somehow by at least talking about it lol
Reply to this comment

Why not integrating the latest version 1.3.8?

by Dan, Sat 23 of Feb, 2008 (05:29 UTC)
Why not integrating the latest ZenCart version 1.3.8?
If I have a site built with ZC 1.3.7.1 or 1.3.8, can I integrate bitweaver as content management? thanks.
Reply to this comment

unanswerd february question

by it is may now, Tue 20 of May, 2008 (06:47 UTC)
Why did you elect to fork Zencart from v1.25d rather than a newer ZC version?
Reply to this comment

Re: unanswerd february question

by Kozuch, Thu 04 of Dec, 2008 (18:45 UTC)
I guess at time of forking, 1.25 was the latest version... feel free to fork again...
Reply to this comment

Re: unanswerd february question

by spiderr, Fri 02 of Jan, 2009 (15:41 UTC)
Kozuch is correct... when we forked in 2005, 1.2.5d was the most recent. If someone comes up with the schema changes between 1.2.5d and now, we can see how about making a conversion. However, someone with coding skills would need to take up the project.