Forum OpenACS Development: Re: Ecommerce on OpenACS 5.4.3

Collapse
Posted by Torben Brosten on
Hi Richard,

Ecommerce is working fine on cvs head.

I copied the head version to oacs-5-4 a couple of months ago, but have fixed a few bugs (and added some features since then).

I'll update oacs-5-4 shortly ( as soon I figure out how to do that again).

Something that needs done:

Make the browse categories pages scale better. Locally, we have some categories with thousands of items taking much too long to serve. I think we need to simplify the queries and specialize the code to work for categories, subcategories, or subsubcategories instead of handling all the cases in one or two pages.

I'm also working on some pagination code that more conveniently browses a long list of items.

What are you inspired to do?

cheers,

Torben