Index: openacs-4/packages/ecommerce/www/admin/products/categories-upload-by-id.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/products/categories-upload-by-id.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/admin/products/categories-upload-by-id.tcl 24 Feb 2005 13:33:15 -0000 1.2 +++ openacs-4/packages/ecommerce/www/admin/products/categories-upload-by-id.tcl 14 Aug 2008 21:09:18 -0000 1.3 @@ -36,56 +36,5 @@ ad_require_permission [ad_conn package_id] admin -doc_body_append "[ad_admin_header "Upload Category Mapping Data"] - -

Upload Category Mapping Data by category id indexes

- -[ad_context_bar [list "../" "Ecommerce([ec_system_name])"] [list "index.tcl" "Products"] "Upload Category Mapping Data"] - -
- -
- -
-Data Filename -
-CSV format
-Tab Delimited format
-Delimited by: (single character).
-

-

- -
-
- -

- -Notes: -

-
-

- - This page uploads a data file containing product category mappings using (sub)(sub)category_id - values from ec_categories, ec_subcategories, and ec_subsubcategories tables. -

- The file format should be: -

-

-sku_1, category_id_1, subcategory_id_1, subsubcategory_id_1
-sku_2, category_id_2, subcategory_id_2, subsubcategory_id_2
-...
-sku_n, category_id_n, subcategory_id_n, subsubcategory_id_n
-
-

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

- If a subcategory match is found, the product is placed into the matching parent category - of the matching subcategory as well as the subcategory. If no match is found for - a product, no mapping entry is made. -

-
-
- -[ad_admin_footer] -" +set title "Uploading Category Mapping Data by category id indexes" +set context [list [list index Products] $title]