VirtueMart 1.1.x [ Old version - no longer supported ] > FedEx VM 1

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

(1/1)

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.

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

Navigation

[0] Message Index

Go to full version