Index: openacs-4/packages/ecommerce/ecommerce.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/ecommerce.info,v diff -u -r1.36 -r1.37 --- openacs-4/packages/ecommerce/ecommerce.info 8 Mar 2004 22:06:53 -0000 1.36 +++ openacs-4/packages/ecommerce/ecommerce.info 11 Mar 2004 04:11:51 -0000 1.37 @@ -1,1025 +1,77 @@ - + E-Commerce E-Commerce-ii f - f + t - + Janine Sisk - Bart Teeuwisse - ACS 3.x based e-commerce solution.See the documentation for more information. - 2003-03-23 + Bart Teeuwisse + Alfred Werner + The ACS 3.x based e-commerce solution ported to OpenACS. + 2004-03-10 furfly.net, LLC - This module implements all that IT needs for a standard business-to-consumer Web service. You can find a feature summary in the documentaion. + This module implements all that IT needs for a standard business-to-consumer Web service. You can find a feature summary in the documentaion. - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - + + - - - - + - + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + Index: openacs-4/packages/ecommerce/www/category-browse-subcategory.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse-subcategory.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ecommerce/www/category-browse-subcategory.adp 8 Mar 2004 19:46:11 -0000 1.4 +++ openacs-4/packages/ecommerce/www/category-browse-subcategory.adp 11 Mar 2004 04:11:52 -0000 1.5 @@ -32,4 +32,4 @@ @prev_link@ @separator@ @next_link@ -

Add yourself to the @the_category_name@ mailing list!

+

Add yourself to the @the_category_name@ mailing list!

Index: openacs-4/packages/ecommerce/www/category-browse.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse.adp,v diff -u -r1.6 -r1.7 --- openacs-4/packages/ecommerce/www/category-browse.adp 8 Mar 2004 23:16:22 -0000 1.6 +++ openacs-4/packages/ecommerce/www/category-browse.adp 11 Mar 2004 04:11:52 -0000 1.7 @@ -8,7 +8,7 @@ - +

@category_name@ > subcategories

Index: openacs-4/packages/ecommerce/www/category-browse.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/category-browse.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/category-browse.tcl 8 Mar 2004 19:46:11 -0000 1.8 +++ openacs-4/packages/ecommerce/www/category-browse.tcl 11 Mar 2004 04:11:52 -0000 1.9 @@ -251,7 +251,7 @@ order by sort_key, sub${sub}category_name" { append subcategories " - > [eval "ident \$sub${sub}category_name"]
" + > [eval "ident \$sub${sub}category_name"]
" } } Index: openacs-4/packages/ecommerce/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/index.adp,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/index.adp 8 Mar 2004 19:46:11 -0000 1.5 +++ openacs-4/packages/ecommerce/www/index.adp 11 Mar 2004 04:11:52 -0000 1.6 @@ -21,7 +21,7 @@

Products:

- @products@ + @products;noquote@
@prev_link@ @separator@ @next_link@