Forum OpenACS Development: Re: ecommerce 2

Collapse
2: Re: ecommerce 2 (response to 1)
Posted by Torben Brosten on

Hi Jon,

That's great news.

It would probably be best to start developing online-catalog first, since that package doesn't have any accounting package dependencies, and the configurator is an optional part that could be added some time later.

The ec G2 shopping basket functionality is part of the accounts-receivables package, which is dependent on accounts-ledger (a general ledger), which is dependent on contacts and inventory-control. There's (very) limited code available, but it's actively being developed. You can see accounts-ledger/www/doc for current status.

Current tasks:

  • normalizing the integrated ecommerce package and sql-ledger data models for the accounting packages
  • learning the api for categories and contacts,
  • familiarizing myself with package-builder
  • integrating translations from sql-ledger

The accounting packages will likely require Openacs 5.3, since it is rumored to be released this fall (and require tcllib).

"It looks a little too complex for me"..

If you have no interest in using the new feature set, you are welcome to upgrade the ecommerce package to work with openacs 5.2 (and pg 8 without oids), or create a stand alone shopping-basket package.

cheers,
Torben

Collapse
3: Re: Re: ecommerce 2 (response to 2)
Posted by Steve Manning on
Torben

I would tend to agree with Jon in this respect. Whilst I think the idea of OACS ledgers and an integrated eCommerce is a great idea, most of our clients are existing bricks and mortor retailers who want to add eCommerce to their existing line-up. They tend to have substantial ledger systems already in place and only require feeds to and from the eCommerce system.

How closely coupled is the Shopping Basket (and therefore ec G2) to the accounts packages? Would it be possible to make the new ec standalone if required? Perhaps we could create an eCommerce Lite from the new package once its closer to completion?

- Steve

Collapse
4: Re: Re: ecommerce 2 (response to 2)
Posted by Janine Ohmer on
If you have no interest in using the new feature set, you are welcome to upgrade the ecommerce package to work with openacs 5.2

Torben, I've heard (can't remember where) that the ecommerce package does not currently work, but I haven't heard why or how. Can you give a 30 second synopsis of how it needs to be upgraded? Thanks!