Forums / Addon Shipping Modules / Is there a functioning FedEx module for 1.3.8a?

Is there a functioning FedEx module for 1.3.8a?

Results 1 to 20 of 126
14 Dec 2007, 19:30
#1
jacka avatar

jacka

Zen Follower

Join Date:
Nov 2007
Posts:
180
Plugin Contributions:
0

Is there a functioning FedEx module for 1.3.8a?

I can't determine if there is a FedEx option for Zen Cart 1.3.8a
Any info on that?
14 Dec 2007, 19:32
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: Is there a functioning FedEx module for 1.3.8a?

not at this time
14 Dec 2007, 19:48
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Is there a functioning FedEx module for 1.3.8a?

I'm not sure I understand why it is failing for v1.3.8 ...
14 Dec 2007, 20:03
#4
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: Is there a functioning FedEx module for 1.3.8a?

neither do I,

and I dont have any fedex credentials to test with anymore.
all I have been told is that it dosnt display
17 Dec 2007, 00:33
#5
bandora avatar

bandora

New Zenner

Join Date:
Oct 2007
Posts:
29
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

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.
17 Dec 2007, 02:00
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Is there a functioning FedEx module for 1.3.8a?

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:
// allows FedEx to work comment comment out Standard and Uncomment FedEx
//      if ($quotes[$i]['id'] != '' || $quotes[$i]['module'] != '') { // FedEx
      if ($quotes[$i]['module'] != '') { // Standard
Move the // from the 2nd line to the 3rd line, like this:
// 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.
17 Dec 2007, 02:22
#7
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

Does this cause Fedex to work in ZC1.3.8? I am not sure what you mean by "change your site's template operation ".
17 Dec 2007, 02:25
#8
bandora avatar

bandora

New Zenner

Join Date:
Oct 2007
Posts:
29
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

Thanks, I made the file change and I'm still having the same problem, is there something else that I may have overlooked?
17 Dec 2007, 02:32
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Is there a functioning FedEx module for 1.3.8a?

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.
17 Dec 2007, 02:38
#10
bandora avatar

bandora

New Zenner

Join Date:
Oct 2007
Posts:
29
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

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!
17 Dec 2007, 04:27
#11
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

my solution is to use ZC1.3.7 until Fedex and Google checkout get sorted out for 1.3.8.
17 Dec 2007, 04:51
#12
jacka avatar

jacka

Zen Follower

Join Date:
Nov 2007
Posts:
180
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

I'm new to ZC. Are you saying use only the checkout page code from 1.3.7 to get back to a working FedEx, or retro install the whole thing? I run 1.3.8a now. I'm a little confused. Dr Byte, you refer to a FedEx reference and Merlinpa1969 appears to be answering my post saying the FedEx shipping process is not available for ZC at this time? Could you clarify? I have a double problem --- using a drop shipper and no FedEx mod. Thanks!
17 Dec 2007, 06:11
#13
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
1

Re: Is there a functioning FedEx module for 1.3.8a?

Something in the 1.3.8 code changed and fedex no longer works on the checkout page,

you could try using the tpl_checkout_shiping_default.php from 1.3.7 but no guarantees,

remember to put this in your custom templates folder
17 Dec 2007, 18:33
#14
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

Jack,
BTW, I am new to ZC also. I wanted a store that worked with Fedex and also with Google Checkout. That has been a surprising hard set of requirments to meet as neither are core parts of any of the Open Source carts I have found. I have tried OSCommerce, OSMax, and Zen Cart 1.3.8 and ZC 1.3.7.

I have achived my goal with ZC1.3.7. but once you get away from the core modules built into the code, things get risky. Fedex actually seems to work just fine. Google checkout works also with 1.3.7 but there is an issue with shipping info timeouts. Seems the problem is more on the Google side but who knows.

To be clear, I am using the entire 1.3.7 version, not part of it mixed with 1.3.8.

Bottome line: Unless you can successfully hack 1.3.8 (noone seems to have done so yet), use ZC 1.3.7 if you want or need Fedex.
17 Dec 2007, 21:32
#15
jacka avatar

jacka

Zen Follower

Join Date:
Nov 2007
Posts:
180
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

Thanks very much for your follow-up reply. this whole deal is more than a little daunting for me. I am a web designer and ad guy who has decided clients and projects are a way of life I'd like to change. So, I believe the future of commerce as we know it, is online.

I have a poster and print art site. I have not even gotten as far a Google checkout. I'm wondering if I should, sooner than later. This may be a topic for another post, but my vendor just told me they spent weeks just working out the shipping on their end and they have been in business for 25+ yrs.

OMG. I gotta get this online, so I may have to limit it to what I have for starters. Do you happen to know if the Paypal Web Payments Pro will handle most of this for me? That's the only payment/shipping mod I'm using initially.
17 Dec 2007, 22:01
#16
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

So the old addage "you get what you pay for" probably applies. Zen Cart is free so one can't expect the features and support of a higher end commercial product. Also, the stuff that comes integrated with ZC is more relaible than the addons.

here is some input about Google Checkout. Its much easier to install if its the very first addon you install. Otherwise you have to hand edit a bunch of files. Of course, you find out with ZC that you have to hand edit many files anyway.

So on Saturday, i started with a new install of ZC1.3.7, then I installed Google Checkout, then I installed Fedex. Then I started playing with the template, colors, and little bits of text here and there. Its basically working except for the shipping issues with GC.

I am on Godaddy and if there EZ cart had support for Fedex and Google, I probably never would have messed with any of the open source carts. I decided at the begining i wanted those two features.
17 Dec 2007, 23:26
#17
jacka avatar

jacka

Zen Follower

Join Date:
Nov 2007
Posts:
180
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

You say you started with 1.3.7, then upped to .8 then back to .7?

Wondering if a.) I can retro install 1.3.7 easily enough and b.) what I would be giving up. A little scary.
18 Dec 2007, 00:52
#18
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

"You say you started with 1.3.7, then upped to .8 then back to .7?

Wondering if a.) I can retro install 1.3.7 easily enough and b.) what I would be giving up. A little scary."


well it didn't really go like that. Actually I started with OSCommerce and gave up on that for a number of reasons. I did get Fedex to work after hunting through the forums and finding a Godaddy specific issue. But then there were other things that didn't work right when I started filling in products.

I was about to give up on open source carts but I decided to give ZC one last try. I played around with it some a few months ago. So last week, naturally i started with the latest version 1.3.8. Then i discovered that Fedex does not work with 1.3.8 at all so I started again from the beginning with 1.3.7. I did some other things first before I installed ZC1.3.7. My domain was a subdomain and you can't have an SSL on a subdomain. Google require an SSL. So I started a new account with my store as the primary domain, added an SSL cert before uploaded any software and then installed 1.3.7 from the start. I added GC first and the Fedex. So thats how it really went.
18 Dec 2007, 05:24
#19
beercan avatar

beercan

New Zenner

Join Date:
Mar 2004
Posts:
38
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

DrByte:

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:
// allows FedEx to work comment comment out Standard and Uncomment FedEx
//      if ($quotes[$i]['id'] != '' || $quotes[$i]['module'] != '') { // FedEx
      if ($quotes[$i]['module'] != '') { // Standard
Move the // from the 2nd line to the 3rd line, like this:
// 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.


I can confirm that this fix did work on my site running 1.3.8a. Thanks to DrByte for his work on this.
19 Dec 2007, 00:43
#20
rhodesengr avatar

rhodesengr

New Zenner

Join Date:
Aug 2007
Posts:
59
Plugin Contributions:
0

Re: Is there a functioning FedEx module for 1.3.8a?

I will extend my thanks to him as well and to you for posting the confirmation. I think I will wait a bit before I attempt the upgrade since my status with 1.3.7 is "if it works, don't fix it". I need to see what's going on w.r.t 1.3.8 and googlecheckout as well. I think saw some posts about problemos there as well.