News:

Support the VirtueMart project and become a member

Main Menu

Pls. help,Error: FedEx Return Error E520 : Common rating error (both Express and

Started by plusplus, August 05, 2011, 06:56:38 AM

Previous topic - Next topic

plusplus

I got this error on the shipping method "Error: FedEx Return Error E520 : Common rating error (both Express and Ground)."

what does it means how can I fix it?






luHild

I'm having the same problem - FedEx Return Error E520 : Common rating error (both Express and Ground). And I know why - Fedex doesn't ship from -to Germany... I solved this first problem installing UPS, that allows those shipments, but I still have a fedex error - Does anyone know how can I hide it?

lowmips

YOu would need to modify the module to silently exit when the source and destination addresses are in Germany.  You could do that in the list_rates() function, assuming you are using the original fedex module.
Visit my website at www.lowmips.com
View my newsletters Here (sign up for newsletters on the front page of my website)

luHild

WOW! I'm so glad that it works! I added    

if($vendor_country_2_code =='DE'){
         return false;
         }

and no more errors! I added it on line 72, at the end of the request of shopper's address, on the original module.

THANK YOU.  :-*