Index: openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl 24 Nov 2001 03:41:06 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl 24 Nov 2001 07:55:43 -0000 1.3 @@ -11,7 +11,7 @@ ... sku_n, category_description_n - Where each line contains a product id, category name pair. There may + Where each line contains a sku, category name pair. There may be multiple lines for a single product id which will cause the product to get placed in multiple categories (or subcategories) @@ -23,7 +23,7 @@ If a subcategory match is found, the product is placed into the matching subcategory as well as the parent category of the matching subcategory. If no match is found for a product, no mapping entry is - made. A product id may appear on multiple lines to place a product + made. A sku may appear on multiple lines to place a product in multiple categories. @author Eve Andersson (eveander@arsdigita.com) @@ -72,7 +72,7 @@ sku_n, category_description_n

-Where each line contains a product id, category name pair. There may be multiple lines for a single product id +Where each line contains a sku, category name pair. There may be multiple lines for a single sku which will cause the product to get placed in multiple categories (or subcategories)

This program attempts to match the category name to an existing category using looses matching (SQL: like)