[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
RE: [ic] UPS shipping cost applied to each item in the cart?
Is there no one doing a ups lookup per product weight instead of total cart
weight?
-----Original Message-----
From: Desjardins, Ray
Sent: Thursday, October 19, 2000 2:31 PM
To: 'interchange-users@www.minivend.com'
Subject: [ic] UPS shipping cost applied to each item in the cart?
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 {}
_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users
_______________________________________________
Interchange-users mailing list
Interchange-users@www.minivend.com
http://www.minivend.com/mailman/listinfo/interchange-users