[ic] Revisiting Internal UPS Lookup

ACforSale Inc interchange-users@icdevgroup.org
Fri Jan 17 13:09:00 2003


I have still not had any success trying to get the Internal UPS Lookup
function to return any shipping values. What I'm trying to do is have a
lookup read up to and over the 150lbs limit that UPS has.

To start with I'm using IC 4.9.3 under Cpanel.

Here's what I have:
In etc/after.cfg (unable to directly edit catalog.cfg)

Database  Ground  Ground.csv  CSV

In shipping.asc (this is changed by using the UI and cannot be directly
edited)
INTGND	Ground Shipping (48 States)	weight	0	0	e
Nothing to ship!		{'ui_ship_type' => "UPSI",'zone' =>
"330",'table' => "Ground",'ups' => "1",'adder' => "4.50",'at_least' =>
"10.00",'PriceDivide' => "1",}
INTGND	Ground Shipping (48 States)	weight	0	600	u Ground
[default zip 33155]
INTGND	Ground Shipping (48 States)	weight	601	9999999	e Please
call for Shipping Quote

NOTE: When I use INTGND as the DEFAULT_SHIP_MODE in variable database
then I get this error on the checkout page "Note: No zone found for geo
code Gro, type Ground"

In 330 Zone file 330.csv
Dest. ZIP,Ground,3 Day Select,2nd Day Air,2nd Day Air A.M.,Next Day Air
Saver,Next Day Air
004-005,6,306,206,246,136,106
006-007,-,-,225,-,-,125
8,-,-,226,-,-,126
9,-,-,225,-,-,125
010-043,6,306,206,246,136,106
44,7,307,207,247,137,107
[snip]

In Ground.csv

Exceed,2,3,4,5,6,7,8
1,4.54,4.65,4.89,4.97,5.17,5.22,5.33
2,4.61,4.82,5.2,5.31,5.63,5.73,6.02
3,4.72,4.99,5.43,5.61,5.93,6.09,6.54
[snip]
600,244.91,306.29,366.29,428.69,494.9,558.98,627.13

If anyone can find out where there is something wrong please let me
know.

TIA

Gerry