My bad - the issue was UPS service didn't work at the location I was trying. 
the cool thing is that just with 3 lines
you can add those extra options for international shipping.

/shiping/modules/ups/config.py


    MultipleStringValue(SHIPPING_GROUP,
        'UPS_SHIPPING_CHOICES',
        description=_("UPS Shipping Choices Available to customers."),
        choices = (
            (('01', 'Next Day Air')),
            (('02', 'Second Day Air')),
            (('03', 'Ground')),
            (('12', '3 Day Select')),
            (('13', 'Next Day Air Saver')),
            (('11', 'Standard')),
            (('07', 'Worldwide Express')),
            (('08', 'Worldwide Expedited')),
            (('54', 'Worldwide Express Plus'))
        ),



On Dec 12, 2009, at 8:52 AM, Hernan wrote:

> I'm trying to setup international shipping but i'm getting this error
> 
>  UPS Cannot find rate for code: 08 [Worldwide Expedited]
> 
> I know the code is right, have anyone setup international shipping with UPS?
> 
> Thanks,
> 
> 
> Full log.
> <?xml version="1.0"?>
> <RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating
>  and 
> Service</CustomerContext><XpciVersion>1.0</XpciVersion></TransactionReference><ResponseStatusCode>1</ResponseStatusCode><ResponseStatusDescription>Success</ResponseStatusDescription></Response><RatedShipment><Service><Code>65</Code></Service><RatedShipmentWarning>Your
>  invoice may vary from the displayed reference 
> rates</RatedShipmentWarning><BillingWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>8.0</Weight></BillingWeight><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>293.49</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>293.49</MonetaryValue></TotalCharges><GuaranteedDaysToDelivery>1</GuaranteedDaysToDelivery><ScheduledDeliveryTime/><RatedPackage><TransportationCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></TransportationCharges><ServiceOptionsCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></ServiceOptionsCharges><TotalCharges><CurrencyCode>USD</CurrencyCode><MonetaryValue>0.00</MonetaryValue></TotalCharges><Weight>6.0</Weight><BillingWeight><UnitOfMeasurement><Code>LBS</Code></UnitOfMeasurement><Weight>0.0</Weight></BillingWeight></RatedPackage></RatedShipment></RatingServiceSelectionResponse>
> 2009-12-12 05:42:12,455 ups.shipper : DEBUG    UPS Status Code for cart #73 = 
> 1
> 2009-12-12 05:42:12,455 ups.shipper : DEBUG    UPS Cannot find rate for code: 
> 08 [Worldwide Expedited]
> 

--

You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.


Reply via email to