I can't determine if there is a FedEx option for Zen Cart 1.3.8a
Any info on that?
Printable View
I can't determine if there is a FedEx option for Zen Cart 1.3.8a
Any info on that?
not at this time
I'm not sure I understand why it is failing for v1.3.8 ...
neither do I,
and I dont have any fedex credentials to test with anymore.
all I have been told is that it dosnt display
I'm having the same problem. A client can see Fedex quotes when using "Estimate Shipping" from their shopping cart but they don't show on the shipping page when checking out.
This is a result of what may be a quirk in the FedEx module, reported a couple months ago.
The following may help ...
You can change your site's template operation by editing your custom tpl_checkout_shipping_default.php file:
line 64:Move the // from the 2nd line to the 3rd line, like this:Code:// allows FedEx to work comment comment out Standard and Uncomment FedEx
// if ($quotes[$i]['id'] != '' || $quotes[$i]['module'] != '') { // FedEx
if ($quotes[$i]['module'] != '') { // Standard
I've only done very basic research on this, as I have no way to test the module.Code:// allows FedEx to work comment comment out Standard and Uncomment FedEx
if ($quotes[$i]['id'] != '' || $quotes[$i]['module'] != '') { // FedEx
// if ($quotes[$i]['module'] != '') { // Standard
Does this cause Fedex to work in ZC1.3.8? I am not sure what you mean by "change your site's template operation ".
Thanks, I made the file change and I'm still having the same problem, is there something else that I may have overlooked?
Well, that's the only thing in the v1.3.8 code that has any reference to FedEx.
And, since I have no way to test FedEx, I'm not able to offer any help.
I understand.
At least I also offer USPS and UPS which are working fine so this isn't going to keep me from going live.
Thank you!