roger001 Posted April 19, 2007 Posted April 19, 2007 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! :) Quote
roger001 Posted April 19, 2007 Author Posted April 19, 2007 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? Quote
Recommended Posts
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.