Index: openacs-4/packages/ecommerce/www/product.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/product.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/ecommerce/www/product.tcl 16 Mar 2004 16:07:51 -0000 1.8 +++ openacs-4/packages/ecommerce/www/product.tcl 13 Jan 2005 13:58:00 -0000 1.9 @@ -19,6 +19,10 @@ offer_code:optional comments_sort_by:optional usca_p:optional + search_text:optional + combocategory_id:optional + category_id:optional + subcategory_id:optional } @@ -27,6 +31,10 @@ if { ![info exists comments_sort_by] } { set comments_sort_by "" } +if [template::util::is_nil category_id] { set category_id "" } +if [template::util::is_nil subcategory_id] { set subcategory_id "" } +if [template::util::is_nil search_text] { set search_text "" } +if [template::util::is_nil combocategory_id] { set combocategory_id "" } # Users don't need to be logged in but if they are the could get a # lower price @@ -77,6 +85,7 @@ [ad_header "Product Not Found"]

The product you have requested was not found in the database.

Please contact [ec_system_owner] to report the error.

" + ns_log Warning "product.tcl,line88: product_id $product_id_temp requested, not found." return }