Hey Harvey, I'm dealing with the same problem you had. You said you're only getting the FEDEX Ground option on checkout? Mine only shows "Please choose your preferred shipping method" but doesn't give any shipping options to choose from. In the admin, I have FEDEX enabled with valid account and meter numbers.
Someone also mentioned setting up the store config. I've already done this and the state is a 2-letter-abbreviation. However, there's something weird: right under the zip code, there's a "country" field, but with no text input field for me to enter anything. Then below that, "Default country for customers" and "Shipping Countries" also have the same problem. Could this be causing it? Can anyone help? Thanks, Richie On Aug 6, 8:47 am, kcharvey <[email protected]> wrote: > But wait, there's more: I'm only getting aFedExground option. I'd > like to offer Standard overnight and 2 day as well. I have them > selected in theFedexsettings under site settings. Here's my new > logfile: > > 2009-08-06 10:25:27,700fedex.shipper: DEBUG Fedexresponse: <?xml > version="1.0" encoding="UTF-8"?><FDXRateReply > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="FDXRateReply.xsd"><ReplyHeader></ > ReplyHeader><EstimatedCharges><DimWeightUsed>false</ > DimWeightUsed><Oversize>false</Oversize><CurrencyCode>USD</ > CurrencyCode><BilledWeight>1.0</BilledWeight><DimWeight>0.0</ > DimWeight><DiscountedCharges><BaseCharge>5.36</ > BaseCharge><TotalDiscount>0.79</ > TotalDiscount><Surcharges><DeclaredValue>1.95</ > DeclaredValue><DeliverySignatureOptions>0.00</ > DeliverySignatureOptions></Surcharges><TotalSurcharge>2.11</ > TotalSurcharge><NetCharge>6.68</NetCharge><ShipmentNetCharge>0.00</ > ShipmentNetCharge><EarnedDiscount>0.039999999999999813</ > EarnedDiscount></DiscountedCharges><EffectiveNetDiscount>0.00</ > EffectiveNetDiscount><OversizeClass>0</OversizeClass></ > EstimatedCharges><SignatureOption>NONE</ > SignatureOption><Routing><TimeInTransit>4</TimeInTransit></Routing></ > FDXRateReply> > 2009-08-06 10:25:27,710 l10n.utils : DEBUG setting locale: ('en', > 'utf-8') > 2009-08-06 10:25:27,944 l10n.utils : DEBUG setting locale: ('en', > 'utf-8') > t></Routing></FDXRateReply> > Thu, 06 Aug 2009 10:25:27 l10n.utils DEBUG setting locale: ('en', > 'utf-8') > Thu, 06 Aug 2009 10:25:27 l10n.utils DEBUG setting locale: ('en', > 'utf-8') > > On Aug 6, 10:17 am, Kevin Harvey <[email protected]> wrote: > > > Oh my god, that's embarrassing. Had it in my dev environment, didn't > > transfer it to my production. Thanks, and sorry to waste your time. > > > Kevin > > > On Thu, Aug 6, 2009 at 10:12 AM, Zene <[email protected]> wrote: > > > > It looks like you don't have a store configuration setup, so theFedEx > > > 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 whatFedExexpects. > > > > 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,967fedex.shipper: DEBUG Startingfedex > > > > calculations > > > > 2009-08-05 17:05:16,968fedex.shipper: DEBUG Calculatingfedexwith > > > > type=FEDEXGROUND, packaging=YOURPACKAGING > > > > 2009-08-05 17:05:16,970fedex.shipper: DEBUG Using single-box > > > > method forfedexcalculations. > > > > 2009-08-05 17:05:17,427fedex.shipper: INFO FedexError: > > > > 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,427fedex.shipper: DEBUG Fedexrequest: <?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,427fedex.shipper: DEBUG Fedexresponse: <?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 theFedExmodule 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 enteringshippingand billing information, I get > > > > > > the CC input form but noshippingoptions. I gotshippingoptions > > > when > > > > > > I used both flat rate and per itemshipping. I've installed the tired > > > > > >shippingmodule (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 areFedExrelated posts. Is the search > > > > > > function working properly? > > > > > > > Thanks in advance. > > > > > > > Kevin > > > -- > > Kevin Harvey > > Web Developer > > 615-686-8238 > > [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
