It looks like you don't have a store configuration setup, so the FedEx module does not know where to ship from. As you can see in your request XML, it is blank: ...<OriginAddress><StateOrProvinceCode></ StateOrProvinceCode> ... You need to add a store configuration for your site (admin > Shop > Store Configuration). When you do this make sure that you add the state as its two digit code, not the spelled out name, as that is what FedEx expects.
On Aug 6, 8:53 am, kcharvey <[email protected]> wrote: > I've got a few errors in the log file like this one (quoted below). I > saw your post about the abbreviated state name (http://bitbucket.org/ > chris1610/satchmo/issue/658/fedex-shipping-module-requires- > abbreviated), but I typed in "TN" for state. We need to be able to > ship to Canada, so what do we need to do? Thanks for your help! > > 2009-08-05 17:05:16,967 fedex.shipper: DEBUG Starting fedex > calculations > 2009-08-05 17:05:16,968 fedex.shipper: DEBUG Calculating fedex with > type=FEDEXGROUND, packaging=YOURPACKAGING > 2009-08-05 17:05:16,970 fedex.shipper: DEBUG Using single-box > method for fedex calculations. > 2009-08-05 17:05:17,427 fedex.shipper: INFO Fedex Error: > org.xml.sax.SAXParseException: Datatype error: In element > 'StateOrProvinceCode' : Value '' does not match regular expression > facet '[A-Z]{2}'.. - Code: 2106 > 2009-08-05 17:05:17,427 fedex.shipper: DEBUG Fedex request: <?xml > version="1.0" encoding="UTF-8" ?> > <FDXRateRequest xmlns:api="http://www.fedex.com/fsmapi" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="FDXRateRequest.xsd"><RequestHeader><AccountNumber>3*******0</ > AccountNumber><MeterNumber>1*******9</MeterNumber><CarrierCode>FDXG</ > CarrierCode></RequestHeader><Service>FEDEXGROUND</ > Service><Packaging>YOURPACKAGING</Packaging><WeightUnits>LBS</ > WeightUnits><Weight>0.1</Weight><OriginAddress><StateOrProvinceCode></ > StateOrProvinceCode><PostalCode></PostalCode><CountryCode>US</ > CountryCode></ > OriginAddress><DestinationAddress><StateOrProvinceCode>TN</ > StateOrProvinceCode><PostalCode>37215</PostalCode><CountryCode>US</ > CountryCode></DestinationAddress><Payment><PayorType>SENDER</ > PayorType></Payment><DeclaredValue><Value>150.00</ > Value><CurrencyCode>USD</CurrencyCode></DeclaredValue><PackageCount>1</ > PackageCount></FDXRateRequest> > > 2009-08-05 17:05:17,427 fedex.shipper: DEBUG Fedex response: <?xml > version="1.0" encoding="UTF-8"?> > <Error> > <Code>2106</Code> > <Message>org.xml.sax.SAXParseException: Datatype error: In element > 'StateOrProvinceCode' : Value '' does not match regular expression > facet '[A-Z]{2}'..</Message> > </Error> > > On Aug 5, 8:19 pm, Chris Moffitt <[email protected]> wrote: > > > Take a look at your satchmo log file and see if you see any errors that > > might point us to where the problem is. > > > -Chris > > > On Wed, Aug 5, 2009 at 5:01 PM, kcharvey <[email protected]> wrote: > > > > Hello all, > > > > I'm trying to set up the FedEx module on a Satchmo installation to no > > > avail. I've set up everything according to this page: > > >http://www.satchmoproject.com/docs/svn/shipping.html?highlight=fedex > > > > In test mode, after entering shipping and billing information, I get > > > the CC input form but no shipping options. I got shipping options when > > > I used both flat rate and per item shipping. I've installed the tired > > > shipping module (but haven't set it up), and still nothing. Anything > > > else I can check? > > > > Also, I used the search box to search this forum for "fedex" and got > > > no results. I know there are FedEx related posts. Is the search > > > function working properly? > > > > Thanks in advance. > > > > Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
