Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fedex Error: No Rates Returned, E561 : Currency Code for Intra-CA request must CAD


Recommended Posts

Posted

Hi!

 

Can anyone help me please. Here is the error I get from the Fedex shipping module when customers try to checkout:

 

No Rates Returned, E561 : Currency Code for Intra-CA request must CAD

 

The site is using CAD (Canada) currency, so I'm at a bit of a loss as to why this is suddenly happening. (Not sure if this is related but ALL shipping modules are failing except for Local Pickup).

 

Has anyone run into this issue before. I did look at a couple other threads about this, butt he dates wer older and the file codings had changed since then.

 

Any help would be welcome.

 

(And the Fedex account number and meter number, etc. was also entered correctly).

 

Thanks for any help! :)

Posted

To whoever has the same error, I Googled a related issue and was able to fix it by doing this:

 

Edit the .../includes/modules/shipping/fedex1.php

 

Find this line:

 

$data .= '68,"USD"'; // Insurance value currency

 

And edit it to say this instead:

 

$data .= '68,"CAD"'; // Insurance value currency

 

The Fedex module works now!

 

I assume those that have this issue and it says CAD then change to say USD?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...