[ic] UPS shipping cost applied to each item in the cart?

Desjardins, Ray Desjardins.Ray@Con-Way.com
Thu, 19 Oct 2000 12:31:00 -0700


Is it possible with out too much fuss to allow a cost of "i" chained cost
lookup to the ups style lookup for shipping.  All products must be shipped
in seperate boxes and thus need to be summed up seperately.  Below is my
current shipping.asc.  Which sums up the total weight and mis-states our
shipping.

Help needed,

Ray

upsg    UPS Ground      weight  0       0       e Nothing to
ship!{'ui_ship_type' => "UPSI",'table' => "Ground",'zone' => "756",'ups' =>
"1",'adder' => "2.00",'geo' => "zip",}
upsg    UPS Ground      weight  0       150     u Ground [value name=zip
filter=digits default=__MVC_UPSORIGIN__]               {}
upsg    UPS Ground      weight  150     999999  e @@TOTAL@@ lbs too heavy
for UPS{}
upsb    UPS Two Day     weight  0       0       e Nothing to
ship!{'ui_ship_type' => "UPSI",'zone' => "756",'table' => "2ndDayAir",'ups'
=> "1",'adder' => "2.00",'geo' => "zip",}
upsb    UPS Two Day     weight  0       150     u {'default_geo' =>
"__MVC_UPSORIGIN__",'table' => "2ndDayAir",'zone' =>"756",'adder' =>
"2.00",'geo' => "zip",}
upsb    UPS Two Day     weight  150     999999  e @@TOTAL@@ lbs too heavy
for UPS {'default_geo' => "__MVC_UPSORIGIN__",'zone' => "756",'table' =>
"2ndDayAir",'adder' =>"2.00",'geo' => "zip",}
upsr    UPS Next Day    weight  0       0       e Nothing to
ship!{'ui_ship_type' => "UPSI",'table' => "NextDayAir",'zone' => "756",'ups'
=>"1",'adder' => "2.00",'geo' => "zip",}
upsr    UPS Next Day    weight  0       150     u NextDayAir [value name=zip
filter=digits default=__MVC_UPSORIGIN__] 2.00 {}
upsr    UPS Next Day    weight  150     999999  e @@TOTAL@@ lbs too heavy
for UPS {}
upss    UPS Three Day Select    weight  0       0       e Nothing to ship!
{'ui_ship_type' => "UPSI",'zone' => "756",'table' => "3DaySelect",'ups'=>
"1",'adder' => "2.00",'geo' => "zip",}
upss    UPS Three Day Select    weight  0       150     u 3DaySelect [value
name=zip filter=digits default=__MVC_UPSORIGIN__] 2.00 {}
upss    UPS Three Day Select    weight  150     999999  e @@TOTAL@@ lbs too
heavy for UPS               {}