Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FedEx - Web Services v9


greasemonkey

Recommended Posts

Cool. Let me know how it works after you get and use the new credentials.

Link to comment
Share on other sites

Ok it's better now but not again perfect

 

there the information :

0.00 oups

FedEx (Total items: 1 pcs. Total weight: 2.20 kgs.) [

Fedex Express Saver (Estimated Delivery Date: Tuesday, April 29th 2014)-------- 0.00CAD --------

First Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Fedex 2 Day (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Priority Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Fedex Ground (1 day) -------- 16.31CAD

Edited by Gyakutsuki


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

Note, if you change the wsdl address from test to production server and vice versa, it would also be best if you put 2 wsdl files in separate folders and point to each separately, depends on the status of your site (production or test), this is to avoid possible caching problems of the wsdl which may still continue using the production or test servers despite the editing of the wsdl file.

for example:

for test point to /catalog/includes/wsdl/test/rateService_V9.wsdl

and for production point to /catalog/includes/wsdl/production/rateService_V9.wsdl

 

Regarding the actual SOAP response you got, if you want me to debug it, I will need to see the full exact request, please send it to me untouched (as is) via PM, including the full credentials.

Edited by dr_lucas
Link to comment
Share on other sites

Request

<ns1:StateOrProvinceCode>QC</ns1:StateOrProvinceCode>

 

 

Response

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v9"><HighestSeverity>NOTE</HighestSeverity><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>819</Code><Message>The origin state/province code has been changed. </Message><LocalizedMessage>The origin state/province code has been changed. </LocalizedMessage></Notifications><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>820</Code><Message>The destination state/province code has been changed. </Message><LocalizedMessage>The destination state/province code has been changed. </LocalizedMessage></Notifications><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>977</Code><Message>The shipdate has been changed for commitment purposes.

</Message><LocalizedMessage>The shipdate has been changed for commitment purposes.


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

What you wrote is just a line from a request.

To debug, I must see and test your FULL exact request, otherwise there isn't much I can do.

For security reasons, please send it via PM, unedited.

Link to comment
Share on other sites

@@Gyakutsuki

The request and response you sent me via PM do seem to work as intended. What is the issue?

Link to comment
Share on other sites

the issue is that :

 

FedEx (Total items: 1 pcs. Total weight: 2.20 kgs.) [

Fedex Express Saver (Estimated Delivery Date: Tuesday, April 29th 2014)-------- 0.00CAD --------

First Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Fedex 2 Day (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Priority Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------

Fedex Ground (1 day) -------- 16.31CAD


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

What are your fedex module's settings, 1 by 1, except for the 4 credentials settings (ie. except for FedEx Web Services Key, FedEx Web Services Password etc.)?

Link to comment
Share on other sites

in fedex configuration module all settings are true not Enable Saturday Delivery off , FedEx Rates (list), Enable Ready to Ship false, and

Drop off type on 1.


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

You are missing a few. Please take a moment to write and post the full list 1 by 1.

Link to comment
Share on other sites

Most importantly, what do you have set under Currency Exchange Rates Conversion?

And what happens when you try "ACCOUNT" instead of "LIST" rates?

Edited by dr_lucas
Link to comment
Share on other sites

in your catalog/includes/modules/shipping/fedexwebservices.php

 

Try this:

 

Find:

             if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE')
//     if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors

 

Change to:


//              if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE')
  if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors

Link to comment
Share on other sites

Ok tk

 

I changed . If I send CA to CA, it's ok. I have only one price

If I send CA to FR : pb

 

If no rate is shown, the heavy weight of the item(s) in your Shopping Cart suggests a Request for Freight Quote, rather than FedEx Ground service, is recommended.FAILURE: Rating is temporarily unavailable, please try again later.

WARNING: Commit Info could not be obtained for one or more services: INTERNATIONAL_PRIORITY; INTERNATIONAL_ECONOMY; ; ; ; ; ; ; ; ; .

NOTE: The origin state/province code has been changed.

NOTE: The shipdate has been changed for commitment purposes.

 

 

 

Request

 

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://fedex.com/ws/rate/v9"><SOAP-ENV:Body><ns1:RateRequest><ns1:WebAuthenticationDetail><ns1:UserCredential><ns1:Key>----------</ns1:Key><ns1:Password>----------</ns1:Password></ns1:UserCredential></ns1:WebAuthenticationDetail><ns1:ClientDetail><ns1:AccountNumber>----------</ns1:AccountNumber><ns1:MeterNumber>----------</ns1:MeterNumber></ns1:ClientDetail><ns1:TransactionDetail><ns1:CustomerTransactionId> *** Rate Request v9 using PHP ***</ns1:CustomerTransactionId></ns1:TransactionDetail><ns1:Version><ns1:ServiceId>crs</ns1:ServiceId><ns1:Major>9</ns1:Major><ns1:Intermediate>0</ns1:Intermediate><ns1:Minor>0</ns1:Minor></ns1:Version><ns1:ReturnTransitAndCommit>true</ns1:ReturnTransitAndCommit><ns1:RequestedShipment><ns1:ShipTimestamp>2014-04-27T22:25:50-04:00</ns1:ShipTimestamp><ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType><ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType><ns1:TotalInsuredValue><ns1:Currency>CAD</ns1:Currency><ns1:Amount>0</ns1:Amount></ns1:TotalInsuredValue><ns1:Shipper><ns1:Address><ns1:StreetLines>7043 A Place Saint Hubert</ns1:StreetLines><ns1:StreetLines></ns1:StreetLines><ns1:City>Montreal</ns1:City><ns1:StateOrProvinceCode>qc</ns1:StateOrProvinceCode><ns1:PostalCode>H2S 2N1</ns1:PostalCode><ns1:CountryCode>CA</ns1:CountryCode></ns1:Address></ns1:Shipper><ns1:Recipient><ns1:Address><ns1:StreetLines>Lotissement Hameau de Cais</ns1:StreetLines><ns1:StreetLines></ns1:StreetLines><ns1:PostalCode>83600</ns1:PostalCode><ns1:CountryCode>FR</ns1:CountryCode><ns1:Residential>true</ns1:Residential></ns1:Address></ns1:Recipient><ns1:ShippingChargesPayment><ns1:PaymentType>SENDER</ns1:PaymentType><ns1:Payor><ns1:AccountNumber>----------</ns1:AccountNumber><ns1:CountryCode>CA</ns1:CountryCode></ns1:Payor></ns1:ShippingChargesPayment><ns1:RateRequestTypes>LIST</ns1:RateRequestTypes><ns1:PackageCount>1</ns1:PackageCount><ns1:PackageDetail>INDIVIDUAL_PACKAGES</ns1:PackageDetail><ns1:RequestedPackageLineItems><ns1:Weight><ns1:Units>KG</ns1:Units><ns1:Value>2.2</ns1:Value></ns1:Weight></ns1:RequestedPackageLineItems></ns1:RequestedShipment></ns1:RateRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>

 

 

Response

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v9"><HighestSeverity>FAILURE</HighestSeverity><Notifications><Severity>FAILURE</Severity><Source>crs</Source><Code>7</Code><Message>Rating is temporarily unavailable, please try again later. </Message><LocalizedMessage>Rating is temporarily unavailable, please try again later. </LocalizedMessage></Notifications><Notifications><Severity>WARNING</Severity><Source>crs</Source><Code>608</Code><Message>Commit Info could not be obtained for one or more services: INTERNATIONAL_PRIORITY; INTERNATIONAL_ECONOMY; ; ; ; ; ; ; ; ; .</Message><LocalizedMessage>Commit Info could not be obtained for one or more services: INTERNATIONAL_PRIORITY; INTERNATIONAL_ECONOMY; ; ; ; ; ; ; ; ; .</LocalizedMessage><MessageParameters><Id>SERVICE_TYPE_1</Id><Value>INTERNATIONAL_PRIORITY</Value></MessageParameters><MessageParameters><Id>SERVICE_TYPE_2</Id><Value>INTERNATIONAL_ECONOMY</Value></MessageParameters></Notifications><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>819</Code><Message>The origin state/province code has been changed. </Message><LocalizedMessage>The origin state/province code has been changed. </LocalizedMessage></Notifications><Notifications><Severity>NOTE</Severity><Source>crs</Source><Code>977</Code><Message>The shipdate has been changed for commitment purposes.

</Message><LocalizedMessage>The shipdate has been changed for commitment purposes.

</LocalizedMessage></Notifications><TransactionDetail><CustomerTransactionId> *** Rate Request v9 using PHP ***</CustomerTransactionId></TransactionDetail><Version><ServiceId>crs</ServiceId><Major>9</Major><Intermediate>0</Intermediate><Minor>0</Minor></Version></RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope>


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

  • 3 months later...

Trying to get back on this project.  Needing to revisit my new shop, and figure out what I did back in MAR/APR timeframe.  My shop is not showing rates, but I believe it is due to the key. Last I worked on it, I had labels printing from my Zebra printer, and all was good.  The store was just not ready to go live - need to do this because I'm getting tire of all the PHP issues with RC2 when my host upgrades PHP. 

John Skurka

Link to comment
Share on other sites

I am trying to add a Tare Weight to the FedEx shipping module of 2 Pounds... because generally the packaging I use adds this weight to the total for shipping.

 

In the Admin > Configuration > Shipping/Packaging

 

I am currently able to change the Maximum Package Weight... which I have set at 50 pounds.

 

I have the Package Tare Weight set at 2 LBS, but it is not being accounted for no matter what weight I enter here.

 

I also have the Larger packages - percentage increase set at 0 as I do not want an increase...

 

Anyone experiencing this same problem?

 

Does anyone have a Solutions for this Problem?

Link to comment
Share on other sites

Hi Everyone,

 

Just installed this module and come up the error as below.

 

FedEx Please enter a ZIP Code to obtain your shipping quote.
Or possibly:
If no rate is shown, the heavy weight of the item(s) in your Shopping Cart suggests a Request for Freight Quote, rather than FedEx Ground service, is recommended.

 

Just give everyone an idea how I get it fixed.

 

1) Admin page -> Configuration -> Shipping / Packaging -> Make sure the Postal code has filled in the exact info you previous filled in fedex.

 

2) Admin page -> Modules -> Shipping -> Fedex -> Fedex web services password -> this has to be correct, this is not the account logon password, it should provided by fedex right after you received the meter number.

 

3) Admin page -> Modules -> Shipping -> Fedex -> Postal code -> has to be the same to the Postal code from configuration setting AND the Postal code you filled in to fedex.

 

4) Modify the fedex file as Roaddoctor mention.

 

From...

         if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE')

//   if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors

 

to...

 

//             if($ShipmentRateDetail->ShipmentRateDetail->RateType=='PAYOR_LIST_PACKAGE')

     if($ShipmentRateDetail->ShipmentRateDetail->RateType==('PAYOR_LIST_PACKAGE' || 'PAYOR_LIST_SHIPMENT')) // try this if having international quoting errors

 

That all I did and finally the fedex rate returned to my site.

 

I hope above info help anyone interest this module.

 

And I have one question, my returned fedex rate does not diplay any estimated arrival time beside the shipping method. Is there anyway to made it display?!

 

Thanks.

 

 

Veego

Edited by veego
Link to comment
Share on other sites

Hi Everyone,

 

 

And I have one question, my returned fedex rate does not diplay any estimated arrival time beside the shipping method. Is there anyway to made it display?!

 

Thanks.

 

 

Veego

 

The code is there to show estimated transit days for Ground services... not sure about express or freight though, I only use ground.

-Dave

Link to comment
Share on other sites

Thanks for your reply Roaddoctor,

 

Since I saw Gyakutsuki show the rate result with all estimated delivery date as below, 

I thought the estimated delivery date is Inevitable.

 

FedEx (Total items: 1 pcs. Total weight: 2.20 kgs.) [
Fedex Express Saver (Estimated Delivery Date: Tuesday, April 29th 2014)-------- 0.00CAD -------- 
First Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD --------
Fedex 2 Day (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD -------- 
Priority Overnight (Estimated Delivery Date: Tuesday, April 29th 2014) -------- 0.00CAD -------- 
Fedex Ground (1 day) -------- 16.31CAD 

 

And also, my store address in is HK, the rate result only display International Economy and International Priority, Is that normal?!

And I never get any rate from Ground even I set the destination to nearby area like Macau or any other fedex method even all they all set to Enable them.

 

I already upload to my site, please visit https://www.veegostore.com and please have a look.

 

Veego

Link to comment
Share on other sites

  • 4 weeks later...

OK - did all of the above on an OsC 2.3.4 installation. I installed V9_4_6 first, then added the 9.5 update. Got a test account/password/etc, then a production one. I tried them all and this is the best I can get:

 

Please enter a ZIP Code to obtain your shipping quote.

Or possibly:

If no rate is shown, the heavy weight of the item(s) in your Shopping Cart suggests a Request for Freight Quote, rather than FedEx Ground service, is recommended.

 

Debugging seems to indicate an authentication failure:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><v9:RateReply xmlns:v9="http://fedex.com/ws/rate/v9"> <v9:HighestSeverity xmlns:v9="http://fedex.com/ws/rate/v9">ERROR</v9:HighestSeverity> <v9:Notifications xmlns:v9="http://fedex.com/ws/rate/v9"> <v9:Severity xmlns:v9="http://fedex.com/ws/rate/v9">ERROR</v9:Severity> <v9:Source xmlns:v9="http://fedex.com/ws/rate/v9">prof</v9:Source> <v9:Code xmlns:v9="http://fedex.com/ws/rate/v9">1000</v9:Code> <v9:Message xmlns:v9="http://fedex.com/ws/rate/v9">Authentication Failed</v9:Message> </v9:Notifications> <v9:TransactionDetail xmlns:v9="http://fedex.com/ws/rate/v9"><v9:CustomerTransactionId xmlns:v9="http://fedex.com/ws/rate/v9"> *** Rate Request v9 using PHP ***</v9:CustomerTransactionId> </v9:TransactionDetail> <v9:Version xmlns:v9="http://fedex.com/ws/rate/v9"> <v9:ServiceId xmlns:v9="http://fedex.com/ws/rate/v9">crs</v9:ServiceId> <v9:Major xmlns:v9="http://fedex.com/ws/rate/v9">9</v9:Major> <v9:Intermediate xmlns:v9="http://fedex.com/ws/rate/v9">0</v9:Intermediate> <v9:Minor xmlns:v9="http://fedex.com/ws/rate/v9">0</v9:Minor> </v9:Version> </v9:RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope>

 

However, I've checked multiple times and my address in the admin and on FedEx are identical. I also tried switching the commented lines in the post above (#617), but to no avail.

Edited by TomB01
Link to comment
Share on other sites

OK - I got mine working (International only) by obtaining a full business account with FedEx. I was using the Test Account Number before, because for some reason I was receiving Production Passwords without going through the entire process on FedEx. I have to say that their registration forms are not quite straightforward. You fill one in, press "continue" and then the same form appears and tells you some of the information was not filled in.

 

Anyway, this is what I get for domestic addresses -

 

SOAP Response: Destination Postal-City Mismatch. (The rest is waaay too long to copy here.)

 

Fatal error: Cannot use object of type stdClass as array in /home1/tomb/public_html/store/catalog/includes/modules/shipping/fedexwebservices.php on line 313

 

I can't find anything around line 313 that references "stdClass" or an "array."

 

This is my line 313 in fedexwebservices.php (Version 9.5 update):

 

$cost = ($rateReply->RatedShipmentDetails[0]->ShipmentRateDetail->TotalNetCharge->Amount)/MODULE_SHIPPING_FEDEX_WEB_SERVICES_CURRENCY;

 

???

Edited by TomB01
Link to comment
Share on other sites

Dang! Seems like every time I post a question, the next thing I try fixes it. I guess that's better than not fixing it, though.

 

Anyway - comments above line 313 in fedexwebservices.php seem to indicate line 313 applies for "ACCOUNT" FedEx Rates. I changed it back to "LIST" in the Admin configuration and now everything works for domestic.

Link to comment
Share on other sites

I checked this morning and I'm getting rates of $5.00 for both "International Economy" and "International Priority" to a UK address. I checked on FedEx.com and a quick rate check says $85.67 for International Economy and $93.52 for International Priority.

 

???

Link to comment
Share on other sites

Here's the debug header:

 

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><RateReply xmlns="http://fedex.com/ws/rate/v9"><HighestSeverity>SUCCESS</HighestSeverity><Notifications><Severity>SUCCESS</Severity><Source>crs</Source><Code>0</Code><Message>Request was successfully processed. </Message><LocalizedMessage>Request was successfully processed. </LocalizedMessage></Notifications><TransactionDetail><CustomerTransactionId> *** Rate Request v9 using PHP ***</CustomerTransactionId></TransactionDetail><Version><ServiceId>crs</ServiceId><Major>9</Major><Intermediate>0</Intermediate><Minor>0</Minor></Version><RateReplyDetails><ServiceType>INTERNATIONAL_FIRST</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>THU</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-11T10:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_FIRST</ServiceType><CommitTimestamp>2014-09-11T10:00:00</CommitTimestamp><DayOfWeek>THU</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-12</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>FRI</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages>10:00 A.M. IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>0.0</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>127.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>127.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>11.49</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>139.12</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>11.49</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>INTERNATIONAL_PRIORITY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>THU</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-11T12:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_PRIORITY</ServiceType><CommitTimestamp>2014-09-11T12:00:00</CommitTimestamp><DayOfWeek>THU</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-12</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>FRI</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages>BY NOON IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>14.41</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>13.22</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>69.41</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.25</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><FreightDiscounts><RateDiscountType>BONUS</RateDiscountType><Description>Automation Bonus</Description><Amount><Currency>USD</Currency><Amount>13.22</Amount></Amount><Percent>16.0</Percent></FreightDiscounts><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.25</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>14.41</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>13.22</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>69.41</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.25</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>75.66</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.25</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>82.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.44</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.44</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>82.63</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>82.63</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>7.44</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>90.07</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>7.44</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails><RateReplyDetails><ServiceType>INTERNATIONAL_ECONOMY</ServiceType><PackagingType>YOUR_PACKAGING</PackagingType><DeliveryStation>LBAA </DeliveryStation><DeliveryDayOfWeek>MON</DeliveryDayOfWeek><DeliveryTimestamp>2014-09-15T18:00:00</DeliveryTimestamp><CommitDetails><CommodityName>DOCUMENTS</CommodityName><ServiceType>INTERNATIONAL_ECONOMY</ServiceType><CommitTimestamp>2014-09-15T18:00:00</CommitTimestamp><DayOfWeek>MON</DayOfWeek><DestinationServiceArea>A2</DestinationServiceArea><BrokerToDestinationDays>0</BrokerToDestinationDays><ProofOfDeliveryDate>2014-09-16</ProofOfDeliveryDate><ProofOfDeliveryDayOfWeek>TUE</ProofOfDeliveryDayOfWeek><CommitMessages><Code>134</Code><Message>REQUEST COMPLETED</Message></CommitMessages><DeliveryMessages> 6:00 P.M. IF NO CUSTOMS DELAY</DeliveryMessages><DocumentContent>DOCUMENTS_ONLY</DocumentContent><RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments></CommitDetails><DestinationAirportId>STN</DestinationAirportId><IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee><OriginServiceArea>A2</OriginServiceArea><DestinationServiceArea>A2</DestinationServiceArea><SignatureOption>SERVICE_DEFAULT</SignatureOption><ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>13.35</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>PAYOR_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>12.25</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.31</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>5.79</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><FreightDiscounts><RateDiscountType>BONUS</RateDiscountType><Description>Automation Bonus</Description><Amount><Currency>USD</Currency><Amount>12.25</Amount></Amount><Percent>16.0</Percent></FreightDiscounts><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>5.79</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><EffectiveNetDiscount><Currency>USD</Currency><Amount>13.35</Amount></EffectiveNetDiscount><ShipmentRateDetail><RateType>RATED_ACCOUNT_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>12.25</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>64.31</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>5.79</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>70.1</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>5.79</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>PAYOR_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>76.56</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.89</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.89</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails><RatedShipmentDetails><ShipmentRateDetail><RateType>RATED_LIST_SHIPMENT</RateType><RateScale>0000000</RateScale><RateZone>US001O</RateZone><PricingCode>ACTUAL</PricingCode><RatedWeightMethod>ACTUAL</RatedWeightMethod><CurrencyExchangeRate><FromCurrency>USD</FromCurrency><IntoCurrency>USD</IntoCurrency><Rate>1.0</Rate></CurrencyExchangeRate><DimDivisor>0</DimDivisor><FuelSurchargePercent>9.0</FuelSurchargePercent><TotalBillingWeight><Units>LB</Units><Value>1.0</Value></TotalBillingWeight><TotalBaseCharge><Currency>USD</Currency><Amount>76.56</Amount></TotalBaseCharge><TotalFreightDiscounts><Currency>USD</Currency><Amount>0.0</Amount></TotalFreightDiscounts><TotalNetFreight><Currency>USD</Currency><Amount>76.56</Amount></TotalNetFreight><TotalSurcharges><Currency>USD</Currency><Amount>6.89</Amount></TotalSurcharges><TotalNetFedExCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetFedExCharge><TotalTaxes><Currency>USD</Currency><Amount>0.0</Amount></TotalTaxes><TotalNetCharge><Currency>USD</Currency><Amount>83.45</Amount></TotalNetCharge><TotalRebates><Currency>USD</Currency><Amount>0.0</Amount></TotalRebates><Surcharges><SurchargeType>FUEL</SurchargeType><Description>Fuel</Description><Amount><Currency>USD</Currency><Amount>6.89</Amount></Amount></Surcharges></ShipmentRateDetail></RatedShipmentDetails></RateReplyDetails></RateReply></SOAP-ENV:Body></SOAP-ENV:Envelope>

 

It looks like it's pulling correct rates, but why does it show up as $5.00 in the checkout_shipping.php page?

 

EDIT: Boy! That's a lot of debug response!

Edited by TomB01
Link to comment
Share on other sites

I re-read the install from v9.4.6 and it says, "(Also the FedEx quote modules have been known to fail on international shipments if you select List Rates. See lines 284 and 285 of fedexwebservices.php for a possible fix)"

 

My first reaction was to try resetting the Admin configure back to "Account" rates. It seems to work, now. I don't know why it didn't when I made the post up there (#622).

 

Check that: now it fails with a Fatal error on domestic.

Edited by TomB01
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...