Index: openacs-4/packages/ecommerce/tcl/resource-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/resource-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/ecommerce/tcl/resource-procs.tcl 28 Aug 2008 22:39:45 -0000 1.5 +++ openacs-4/packages/ecommerce/tcl/resource-procs.tcl 4 Sep 2008 12:24:06 -0000 1.6 @@ -303,6 +303,7 @@ set filename "product${type}${extension}" set image_pathname [file join $dir_path $filename] + set image_url "[ecommerce::resource::resource_url -product_id $product_id -product_name $product_name -dirname $dirname]/$filename" if { [file exists $image_pathname] && [file isfile $image_pathname] } {