Index: openacs-4/packages/ecommerce/www/product.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/product.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/ecommerce/www/product.tcl 27 Apr 2008 01:38:23 -0000 1.11 +++ openacs-4/packages/ecommerce/www/product.tcl 10 Aug 2008 11:57:28 -0000 1.12 @@ -79,12 +79,13 @@ select * from ec_products p, ec_custom_product_field_values v where p.product_id = :product_id - and p.product_id = v.product_id(+)"] == 0 } { + and p.product_id = v.product_id(+) and present_p = 't'"] == 0 } { - doc_return 200 text/html " + doc_return 404 text/html " [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.

" +

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

+

Please contact [ec_system_owner] if you think this is an error.

+

Continue browsing.

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