Try the Demo

Magento Forum

   
Magento 1.7 - FedEx displaying un-discounted rates
 
thalbach
Jr. Member
 
Total Posts:  2
Joined:  2011-04-06
 

Hello,

We recently upgraded from Magento 1.6.2.0 to 1.7.0.2.  Our FedEx account receives a sizable discount on shipping costs, especially on Overnight and 2nd-Day shipments.  We noticed that our FedEx rates now appear to be reporting un-discounted rates.

After reviewing the FedEx shipping logs and the code, the problem appears to be that, for a shipment containing a single package, FedEx only returns Package rates, not Shipment rates.  And because of the way Magento parses rates, it falls back to the List price for the package.

The bug is in app\code\core\Mage\Usa\Model\Shipping\Carrier\Fedex.php Line 535:

foreach (array('RATED_ACCOUNT_SHIPMENT''RATED_LIST_SHIPMENT''RATED_LIST_PACKAGE') as $rateType{
needs to be changed to:
foreach (array('RATED_ACCOUNT_SHIPMENT''RATED_ACCOUNT_PACKAGE''RATED_LIST_SHIPMENT''RATED_LIST_PACKAGE') as $rateType{

View the bug report here

 
Magento Community Magento Community
Magento Community
Magento Community
 
mageupdate
Sr. Member
 
Avatar
Total Posts:  217
Joined:  2011-10-31
Pasadena, CA
 

I just tweeted WebShopApps about this, they are geniuses with shipping.

 Signature 

Magento Facebook Friend-Gated Promotions - @kalenjordan

 
Magento Community Magento Community
Magento Community
Magento Community
 
addon_tejpal
Jr. Member
 
Total Posts:  6
Joined:  2012-11-15
 

Hi Community!

I have only configured FedEx Shipping Method Configure

I have selected only Priority Ground and Express Saver as “Allowable Methods” .

I have Enter Account Id, Meter Number, Key ,Password is set but below Message will display

“ Sorry, no quotes are available for this order at this time. “

Please Help Me

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top