[ic] (no subject)

Darren interchange-users@icdevgroup.org
Thu Aug 15 13:18:00 2002


>At 03:06 AM 08/14/2002 -0400, you wrote:
>>Hi,
>>
>>I'm using IC 4.8.6.
>>
>>I am trying to implement UPS shipping but I am unable to find clear
>>documentation on how to do this.  I have downloaded the UPS zone file
>>910.cvs (from www.ups.com) for the origin zip that I will be shipping
>>from and put it in my products directory.  How do I tell IC to use
this
>>file?  I need to calculate my shipping based on a % of the prices
which
>>is different for each zone.  IE. Shipping to Zone 2 would be 13% of
the
>>price, to Zone 3 would be 15% etc.  I assume I am supposed to use UPS
>>Internal lookup.  But I don't know how to use this feature.  Any help
>>would be greatly appreciated.
>>
>>Darren
>
>Why wouldn't you use the [ups-query], like in the demo?
>
>- Ed L.


Hi, This is what I have done thru the Admin Interface.

Name - UPSC
Lable - UPS Custom
Totoa based on - price
Internal UPS lookup
United states selected
Minimum Shipping 6.50
Rounded No
Allow zero No
Message e Nothing to ship!
UPS Zone chart - 910
Table - Ground
Field that chooses UPS destination - zip

Next Admin Page

0 to infinity   Internal UPS lookup   [ups-query zip="[either][value
zip][or][var SHIP_DEFAULT_ZIP][/either]"  mode="GNDRES"
weight="@@TOTAL@@"]

----

No matter what the cost of the order it always returns the same shipping
cost.  What I need to do Is some kind of query that will return the zone
the customer is in.  Then I can take that info and multiply by a % value
for that zone.

Thanks