Hi
Who knows how to fix fedex error as attached?
I did verify below info is correct.
* Key:
* Password:
* Account Number:
* Meter Number:
* Post Code:
What have I done wrong?
Thanks.
please let know too.
I am having same error.
i input all the information at fedex shipping module.
mine works with us domestic shipping rate but not working with international shipping rate.
i call fedex and they told me that data i sending from my end has whole region/state but fedex only accept 2 letter state abbreviation.
I am having same error.
i input all the information at fedex shipping module.
mine works with us domestic shipping rate but not working with international shipping rate.
i call fedex and they told me that data i sending from my end has whole region/state but fedex only accept 2 letter state abbreviation.
i figure that out.
i guess there is bug on fedex.php file.
https://github.com/saulfautley/opencart ... /fedex.php
or
https://raw.githubusercontent.com/saulf ... /fedex.php
and overwrite it with this.
it should work. my fedex module is working but still some issue.
ship from california to canada come out way high.
it is 8x6x6 and 1 lb shipping but come out $194.
i contact fedex and he told me that i am sending 20x20x10 size with 1 lb.
i need to find out how to fix this one.
i guess there is bug on fedex.php file.
https://github.com/saulfautley/opencart ... /fedex.php
or
https://raw.githubusercontent.com/saulf ... /fedex.php
and overwrite it with this.
it should work. my fedex module is working but still some issue.
ship from california to canada come out way high.
it is 8x6x6 and 1 lb shipping but come out $194.
i contact fedex and he told me that i am sending 20x20x10 size with 1 lb.
i need to find out how to fix this one.
Thanks!
I was getting the same exact error as putinhk, as is shown in his screen shot. Though the error in my case only appeared for international addresses; it worked fine for USA addresses (no error).
I replaced my catalog/model/fedex.php with the file from link provided by boldidear, and now it is working. No more error.
Also, in the code for this file, and as far as I understand, the measurements of shipping box size are hard coded?
from code:
<ns1:Dimensions>';
$xml .= ' <ns1:Length>20</ns1:Length>';
$xml .= ' <ns1:Width>20</ns1:Width>';
$xml .= ' <ns1:Height>10</ns1:Height>';
$xml .= ' <ns1:Units>IN</ns1:Units>';
$xml .= '
</ns1:Dimensions>';
So in a sense the size specified in this part of the code becomes are "average box size"?
Can these values be changed if you want to have a different average box size? Will that do the trick?
I was getting the same exact error as putinhk, as is shown in his screen shot. Though the error in my case only appeared for international addresses; it worked fine for USA addresses (no error).
I replaced my catalog/model/fedex.php with the file from link provided by boldidear, and now it is working. No more error.
Also, in the code for this file, and as far as I understand, the measurements of shipping box size are hard coded?
from code:
<ns1:Dimensions>';
$xml .= ' <ns1:Length>20</ns1:Length>';
$xml .= ' <ns1:Width>20</ns1:Width>';
$xml .= ' <ns1:Height>10</ns1:Height>';
$xml .= ' <ns1:Units>IN</ns1:Units>';
$xml .= '
</ns1:Dimensions>';
So in a sense the size specified in this part of the code becomes are "average box size"?
Can these values be changed if you want to have a different average box size? Will that do the trick?
The links to the fedex file are dead, could someone post the file if this is still a working solution?
Thanks!
Thanks!
Who is online
Users browsing this forum: o3445 and 69 guests