Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FedEx Extention not working #97

Closed
rmak78 opened this issue Aug 24, 2012 · 4 comments
Closed

FedEx Extention not working #97

rmak78 opened this issue Aug 24, 2012 · 4 comments

Comments

@rmak78
Copy link

rmak78 commented Aug 24, 2012

FedEx extention now working.

2012-08-24 21:27:13 - PHP Notice: Undefined index: iso_code_2 in /home/_removed_/public_html/opencart/catalog/model/shipping/fedex.php on line 83

On cart page the error is
Warning: No Shipping options are available. Please contact us for assistance!

@rmak78
Copy link
Author

rmak78 commented Aug 24, 2012

if we change line 83 from
$xml .= ' ns1:StateOrProvinceCode' . ($zone_info ? $zone_info['iso_code_2'] : '') . '/ns1:StateOrProvinceCode';

to

$xml .= ' ns1:StateOrProvinceCode' . ($zone_info ? $zone_info['code'] : '') . '/ns1:StateOrProvinceCode';

The Error goes away from log file but shipping method still does not work and shows same message

@rmak78
Copy link
Author

rmak78 commented Aug 24, 2012

Solved by copying the latest files from master

@rmak78 rmak78 closed this as completed Aug 24, 2012
@feitla
Copy link

feitla commented Oct 22, 2012

Master of what? opencart?

@glennmrutkowski
Copy link

I believe he meant that he downloaded it from GitHub: https://github.com/opencart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants