Index: openacs-4/packages/ecommerce/www/checkout.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/checkout.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/ecommerce/www/checkout.xql 26 May 2002 04:36:50 -0000 1.2 +++ openacs-4/packages/ecommerce/www/checkout.xql 15 Sep 2002 01:50:50 -0000 1.3 @@ -2,6 +2,17 @@ + + + select p.no_shipping_avail_p + from ec_items i, ec_products p + where i.product_id = p.product_id + and p.no_shipping_avail_p = 'f' + and i.order_id = :order_id + group by no_shipping_avail_p + + + select order_id