Index: openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 19 Jul 2005 18:15:10 -0000 1.11 +++ openacs-4/packages/dotlrn-ecommerce/tcl/implementation-procs.tcl 25 Jul 2005 18:16:18 -0000 1.12 @@ -89,7 +89,7 @@ # Get community mapped to product db_foreach communities { - select community_id + select section_id, community_id from dotlrn_ecommerce_section where product_id = :product_id } { @@ -170,6 +170,8 @@ # Fixes for possible double click ns_log notice "dotlrn-ecommerce callback: Probably a double-click: $errMsg" } + + dotlrn_ecommerce::section::flush_cache $section_id } } }