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 -r1.5 -r1.6 --- openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl 9 Mar 2004 00:59:51 -0000 1.5 +++ openacs-4/packages/ecommerce/www/admin/products/categories-upload.tcl 28 Apr 2008 12:28:04 -0000 1.6 @@ -35,54 +35,7 @@ ad_require_permission [ad_conn package_id] admin -doc_body_append "[ad_admin_header "Upload Category Mapping Data"] +set page_title "Upload Category Mapping Data" +set context_bar [template::adp_parse [acs_root_dir]/packages/[ad_conn package_key]/www/contextbar "Upload Category Mapping Data"] -

Upload Catalog Category Mapping Data

-[ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index.tcl" "Products"] "Upload Category Mapping Data"] - -
- -
- -
-CSV Filename -

-

- -
-
- -

- -Notes: - -

-

- -This page uploads a CSV file containing product category \"hints\" and creates product category mappings. -This is probably not generally useful for people who have clean data... -

-The file format should be: -

-

-sku_1, category_description_1
-sku_2, category_description_2
-...
-sku_n, category_description_n
-
-

-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) -because some data is really nasty with lots of different formats for similar categories. -

-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. - -

-
- -[ad_admin_footer] -"