[ic] Shipping Database...

Dan McFarland dan@mailturtle.com
Sat, 24 Mar 2001 17:58:43 -0600


i am trying to add items for shipping that are price=specific.

Such as total order = $0 to 50 = 9.95 shipping
                                 50.01-100=$14.95 shipping

and so on...

I have these lines in the shipping.asc database, but they don't seem to
work.  Can anyone tell me whati am doing wrong?

Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "0",'at_least' => "\$9.95",}
Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "50",'at_least' => "\$14.95",}
Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "100",'at_least' => => "\$21.95",}
Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "200",'at_least' => => "\$29.95",}
Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "350",'at_least' => => "\$34.95",}
Standard Standard Shipping [subtotal noformat=1] 0 0 e e  {'ui_ship_type' =>
"_subtotal",'ups' => "50",'at_least' => => "\$39.95",}