[ic] usps-query in shipping.asc international shipments

Steve Graham icdev at mrlock.com
Wed Sep 24 22:28:54 UTC 2008



--------------------------------------------------
From: "Sam Batschelet" <sam at westbranchresort.com>
> This in theory should give a response but doesn't:
>
> [usps-query service="GLOBAL EXPRESS MAIL (EMS)" weight="1" 
> country="Japan"]
>
> Any help would be great
>
> Thanks -Sam

I use fixed tables for Global Express, didn't know USPS had a WWW query 
service.

You need to add the USPSGBX shipping option to each country you allow 
shipping to, in the country database.
You will have to manually update this data on rate changes.....

-Steve

from shipping.asc
==============
USPSGBX:USPS Global Express
        crit                    weight
        at_least                5
        adder                   2
        ups                             1
        zone                    GlobalExpZones
        PriceDivide             1
        table                   GlobalExp
        aggregate               40
        ui_ship_type    UPSI
        str_length      2
        min                             0
        max                             0
        cost                    e No shipping needed!

        min                             0
        max                             70
        geo                    zip
        zip                    country
        cost                    u

        min                             70
        max                             9999999
        cost                    e Too heavy for Global Express



=================
GLobalExpressZones contains this:

CH-CH,5
DE-DE,5
DK-DK,5
EI-EI,5
GB-GB,5
IE-IE,5
IL-IL,8
IT-IT,5
FR-FR,5
FX-FX,5
JP-JP,3
MT-MT,5
MX-MX,2
NO-NO,5
NZ-NZ,6
SC-SC,7
TR-TR,4
UK-UK,5
ID-ID,6


GlobalExp table
==============

Exceed  1       2       3       4       5       6       7       8       9
1       27.25   27.00   28.50   28.00   30.50   28.50   32.00   31.50 
30.50
2       30.50   31.00   32.75   31.75   34.75   32.25   37.00   36.50 
35.00
3       33.75   35.00   37.00   35.50   39.00   36.00   42.00   41.50 
39.50
4       37.00   39.00   41.25   39.25   43.25   39.75   47.00   46.50 
44.00


...snip...

 




More information about the interchange-users mailing list