Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Shipping Estimator Error 404 when cliet is not logged in

Shipping Estimator Error 404 when cliet is not logged in

Locked

Views: 3,790

Results 21 to 30 of 30
This thread is locked. New replies are disabled.
4 Jun 2007, 2:07 AM
#21
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Shipping Estimator Error 404 when cliet is not logged in

On mouseover on any zen cart site I visit whether in Firefox or IE7, I show the path as domain.com/_ for the UPDATE button. On firefox it directs the user correctly to the updated shipping estimates and IE7 goes to 404. I'll find more sites that I can add to this list...

4 Jun 2007, 2:16 AM
#22
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

http://www.musicandsons.it/store/
http://www.texasdirectsales.com/_

Couldn't reproduce on these sites:

http://www.growvertical.com/
http://s199887814.onlinehome.us/
http://www.officialmyspacegirl.com/_

  • the link sends back to main page and no 404 error, but not estimates either...

So some sites I get the 404 and some just redirect back to the main page. But I haven't found a single site that works with IE7 for shipping estimates...

4 Jun 2007, 2:40 AM
#23
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

Had someone else test with IE7 and it worked. So it's something wrong with my combination of IE7 and Windows Vista ugh...

4 Jun 2007, 3:30 AM
#24
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Shipping Estimator Error 404 when cliet is not logged in

Okay ... more information.
If you have javascript support disabled, you'll get the 404 symptoms because the javascript used to do the button-submit won't trigger. This will happen in any browser that has javascript support disabled in some way.

Fortunately, we rewrote all that logic a few months ago in preparation for v1.3.8, and it appears to be fine even in IE7 and with javascript off and on.
So, when v1.3.8 comes out it'll all be grand.
In the meantime, turn your JS support back on.

4 Jun 2007, 3:42 AM
#25
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

I suspected it was something to do with Java. I'll post again when I have it fixed.

4 Jun 2007, 3:47 AM
#26
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Shipping Estimator Error 404 when cliet is not logged in

You might find that the issue is your IE security settings.
You could try going to IE7's internet options and hit the reset for security settings.

4 Jun 2007, 7:05 PM
#27
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

I tried again on a fresh install of windows vista plus the latest java from sun microsystems and I still get the 404 error.

14 Jun 2007, 4:54 AM
#28
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

The fact is I get this error on my site and most sites that I test on as long as I'm using IE7.

DrByte, can you think of anything that would work with IE7 as this is probably an important contribution to not have working when IE7 is quickly becming the most used browser...

14 Jun 2007, 5:03 AM
#29
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Shipping Estimator Error 404 when cliet is not logged in

FIXED!!!

The problem was because of an IE7 add-in by the company BitComet. All of the computers I tested from have this program installed and disabling it solved the problem. Hopefully not too many customers have this installed.

14 Jun 2007, 6:33 AM
#30
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Shipping Estimator Error 404 when cliet is not logged in

numinix:

FIXED!!!

The problem was because of an IE7 add-in by the company BitComet. All of the computers I tested from have this program installed and disabling it solved the problem. Hopefully not too many customers have this installed.

Glad you got it sorted out on your computers.

Just a reminder that the code has already been rewritten for v1.3.8 to prevent the kind of problems you were mentioning:> DrByte:

Okay ... more information.
If you have javascript support disabled, you'll get the 404 symptoms because the javascript used to do the button-submit won't trigger. This will happen in any browser that has javascript support disabled in some way.

Fortunately, we rewrote all that logic a few months ago in preparation for v1.3.8, and it appears to be fine even in IE7 and with javascript off and on.
So, when v1.3.8 comes out it'll all be grand.
In the meantime, turn your JS support back on.