Index: openacs-4/packages/ecommerce/www/checkout-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout-2.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/checkout-2.tcl 23 Nov 2001 23:06:16 -0000 1.3 +++ openacs-4/packages/ecommerce/www/checkout-2.tcl 31 Jan 2002 22:43:54 -0000 1.4 @@ -176,7 +176,7 @@ set shipping_options "" set checkout_step verify -if { [util_memoize {ad_parameter -package_id [ec_id] ExpressShippingP ecommerce} [ec_cache_refresh]] } { +if { [ad_parameter -package_id [ec_id] ExpressShippingP ecommerce] } { if { $shipping_avail_p } { set checkout_step shipping append shipping_options "

@@ -200,7 +200,7 @@ } set tax_exempt_options "" -if { [util_memoize {ad_parameter -package_id [ec_id] OfferTaxExemptStatusP ecommerce 0} [ec_cache_refresh]] } { +if { [ad_parameter -package_id [ec_id] OfferTaxExemptStatusP ecommerce 0] } { append tax_exempt_options "

  • Is your organization tax exempt? (If so, we will ask you to provide us with an exemption certificate.)