Index: openacs-4/packages/ecommerce/www/checkout-2.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout-2.adp,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/ecommerce/www/checkout-2.adp 26 May 2002 05:09:57 -0000 1.1
+++ openacs-4/packages/ecommerce/www/checkout-2.adp 27 May 2002 03:15:12 -0000 1.2
@@ -13,8 +13,8 @@
- Quantity
-
+ Quantity
+ Item
@rows_of_items@
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.6 -r1.7
--- openacs-4/packages/ecommerce/www/checkout-2.tcl 26 May 2002 04:36:50 -0000 1.6
+++ openacs-4/packages/ecommerce/www/checkout-2.tcl 27 May 2002 03:15:12 -0000 1.7
@@ -171,8 +171,8 @@
append rows_of_items "
-
- $product_name [ec_decode $options "" "" ", $options"]
+
+ $product_name [ec_decode $options "" "" ", $options"]
[ec_price_line $product_id $user_id $offer_code]
"
}
Index: openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl 26 May 2002 04:36:50 -0000 1.4
+++ openacs-4/packages/ecommerce/www/process-order-quantity-shipping.tcl 27 May 2002 03:15:12 -0000 1.5
@@ -25,7 +25,7 @@
You forgot to select a shipping method.
Please back up your browser and pick a shipping service from the available services.
Should no shiping options be available for your shipping address then back up your browser
- further and pick a different shipping address. Or contact to arrange for special delivery.
"
+ further and pick a different shipping address. Or contact [ec_system_owner] to arrange for special delivery."
}
} else {
if { ![info exists shipping_method] } {