[ic] Shipping issue

Xiaowen Wu xiaowen@safetopia.com
Mon, 26 Mar 2001 17:52:55 -0800 (PST)


Hi, I have a problem for the shipping cost too. I want to calculate the
shipping cost as the cost of the UPS shipment cost plus 0.0035 of the
sub-total. So I created a new shipping type in the shipping.asc, and 
add the following lines into it:

zzz     Shipping Cost   [subtotal noformat=1]   0       0       e Nothing
to ship!              {'ups' => "0",'ui_ship_type' => "_subtotal",}
zzz     Shipping Cost   [subtotal noformat=1]   0       999999  f
@@COST@@ + [subtotal noformat=1] * 0.0035                {}

But I always got 0.00 on the shipping cost. Did I miss something ? 

You help is very appreciated. Thanks.

Wen