[ic] Fedex shipping under one pound?????

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Thu Nov 8 18:09:00 2001


I'm trying to use fedex for my shipping but i ran into a problem. Most of my
products weight .01 lbs and users would need to buy 100 things to equal one
pound. So what happens is fedex wont recognize it and my shipping options
drop down is totally empty. here is my shipping.asc file

FEG FedEx Ground weight 0 0 e Nothing to ship! {'PriceDivide' => "1",'adder'
=> "2.00",'ups' => "0",'ui_ship_type' => "FEDE:FEG",'at_least' => "5",}
FEG FedEx Ground weight 0 150 f [fedex-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FEG" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}
FEH FedEx Home Delivery weight 0 0 e Nothing to ship! {'ups' => "0",'adder'
=> "2.00",'PriceDivide' => "1",'ui_ship_type' => "FEDE:FEH",'at_least' =>
"5",}
FEH FedEx Home Delivery weight 0 150 f [fedex-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FEH" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}
FPO FedEx Priority Overnight weight 0 0 e Nothing to ship! {'ups' =>
"0",'adder' => "2.00",'PriceDivide' => "1",'ui_ship_type' =>
"FEDE:FPO",'at_least' => "5",}
FPO FedEx Priority Overnight weight 0 150 f [fedex-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FPO" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}
FSO FedEx Standard Overnight weight 0 0 e Nothing to ship! {'PriceDivide' =>
"1",'adder' => "2.00",'ups' => "0",'ui_ship_type' => "FEDE:FSO",'at_least'
=> "5",}
FSO FedEx Standard Overnight weight 0 150 f [fedex-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FSO" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}
F2D FedEx 2-Day weight 0 0 e Nothing to ship! {'PriceDivide' => "1",'adder'
=> "2.00",'ups' => "0",'ui_ship_type' => "FEDE:F2D",'at_least' => "5",}
F2D FedEx 2-Day weight 0 150 f [fedex-query zip="[either][value zip][or][var
SHIP_DEFAULT_ZIP][/either]" mode="F2D" cache=1 weight="@@TOTAL@@"]
{'PriceDivide' => "1",}
FES FedEx Express Saver weight 0 0 e Nothing to ship! {'PriceDivide' =>
"1",'adder' => "2.00",'ups' => "0",'ui_ship_type' => "FEDE:FES",'at_least'
=> "5",}
FES FedEx Express Saver weight 0 150 f [fedex-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FES" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}
FIP FedEx International Priority weight 0 0 e Nothing to ship!
{'PriceDivide' => "1",'adder' => "2.00",'ups' => "0",'ui_ship_type' =>
"FEDE:FIP",'at_least' => "5",}
FIP FedEx International Priority weight 0 150 f [fedex-query
zip="[either][value zip][or][var SHIP_DEFAULT_ZIP][/either]" mode="FIP"
cache=1 weight="@@TOTAL@@"] {'PriceDivide' => "1",}
FIE FedEx International Economy weight 0 0 e Nothing to ship! {'ups' =>
"0",'adder' => "2.00",'PriceDivide' => "1",'ui_ship_type' =>
"FEDE:FIE",'at_least' => "5",}
FIE FedEx International Economy weight 0 150 f [fedex-query
zip="[either][value zip][or]_DEFAULT_ZIP__[/either]" mode="FIE" cache=1
weight="@@TOTAL@@"] {'PriceDivide' => "1",}

I was thinking of doing something like @@total@@ < 1 "1" else @@total@@
but I have no idea how to do it in IC. basiclly i need all orders to show up
as one pound even if they weigh .01 lbs. Or else fedex will return no
shipping options. please help me ASAP. I already launched my site and my
first customer wasnt happy when I had to email him asking for more money.
Thanks in advance