Index: openacs-4/packages/ecommerce/www/admin/shipping-costs/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/shipping-costs/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/admin/shipping-costs/index.tcl 20 Apr 2001 20:51:14 -0000 1.1 +++ openacs-4/packages/ecommerce/www/admin/shipping-costs/index.tcl 31 Jan 2002 22:43:54 -0000 1.2 @@ -42,7 +42,7 @@

-All prices are in [util_memoize {ad_parameter -package_id [ec_id] Currency ecommerce} [ec_cache_refresh]]. The price should +All prices are in [ad_parameter -package_id [ec_id] Currency ecommerce]. The price should be written as a decimal number (no special characters like \$). If a section is not applicable, just leave it blank. @@ -93,9 +93,9 @@
  • Weight Charge: -[util_memoize {ad_parameter -package_id [ec_id] Currency ecommerce} [ec_cache_refresh]] +[ad_parameter -package_id [ec_id] Currency ecommerce] / -[util_memoize {ad_parameter -package_id [ec_id] WeightUnits ecommerce} [ec_cache_refresh]] +[ad_parameter -package_id [ec_id] WeightUnits ecommerce] @@ -123,9 +123,9 @@ Additional Amount by Weight: -[util_memoize {ad_parameter -package_id [ec_id] Currency ecommerce} [ec_cache_refresh]] +[ad_parameter -package_id [ec_id] Currency ecommerce] / -[util_memoize {ad_parameter -package_id [ec_id] WeightUnits ecommerce} [ec_cache_refresh]] +[ad_parameter -package_id [ec_id] WeightUnits ecommerce]