Search found 11 matches
- Fri May 09, 2014 10:25 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: AbleCommerce Generates Multiple URLs for the Same Product
- Replies: 1
- Views: 4299
AbleCommerce Generates Multiple URLs for the Same Product
Hi all, Recently we noticed that AbleCommerce is generating multiple URLs that all link to the same product. URLs like http://www.domain.com/Procuct-Name-P100.aspx http://www.domain.com/Product-Name-P100C111.aspx http://www.domain.com/Procuct-Name-P100C222.aspx All link to the same product. Category...
- Fri Oct 25, 2013 7:14 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
Which build do you have? Also, I was able to register as a new user using the enter key, but on the existing user login form, it didn't work. This is with IE9. Maybe there is a problem with having 2 submit buttons on the same page? VERSION: 7.0.7.14600 I may have found a solution. It's a strange, h...
- Thu Oct 24, 2013 2:07 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
I found out that the file ~/App_code/PageHelper.cs generates a JavaScript function called "fnSubmitOnCR". Is this function from AbleCommerce? Here's the function: function fnSubmitOnCR(e, n) { var key; if (window.event) key = window.event.keyCode; else key = e.which; if (key == 13) { var o = documen...
- Thu Oct 24, 2013 12:43 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
If you are sure that Asp.Net framework was patched (not IIS), then I would suggest replacing your custom header with the default one. Give it a quick test to see if there is something that is breaking the login button. If it still broke, and this is only happening with IE10 browsers, then the Asp.N...
- Wed Oct 23, 2013 11:24 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
Not sure if this is useful. The top two requests are from a failed log in. The bottom two, from a successful one. Is IE sending two requests in the first login attempt?


- Wed Oct 23, 2013 11:14 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
Is it on the same server? If not, you'll have to start looking at the server environment differences. Part of the IE10 fix included an update for Asp.Net. If that's not it, then you might need to try rebooting the server or removing the temporary asp.net files, in case the cache is really hanging o...
- Wed Oct 23, 2013 7:06 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
We also have a development site, and after turning debug on and off again in web.config the dev site in suddenly fixed. I tried the same thing for the production site and it did nothing. The client's code for the dev and prod Login.aspx is exactly 100% the same. All external scripts are the same. Lo...
- Thu Oct 17, 2013 11:58 am
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
Yeah we tried that, still no luck.
- Wed Oct 16, 2013 12:03 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
I have indeed used Fiddler on this: http://i.imgur.com/FAl0VL5.png It seems the browser isn't sending any information back to the server. The request eventually times out and receive the message: >[Fiddler] 504 ReadResponse() failed: The server did not return a response for this request.Server retur...
- Tue Oct 15, 2013 1:00 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Re: Login Page doesn't work in IE 10 or 11 when using Enter key
Thanks, but that's not the issue.AbleMods wrote:The meta tag does not use an ID or runat= attribute. It is not a server-side control.
- Tue Oct 08, 2013 12:55 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: Login Page doesn't work in IE 10 or 11 when using Enter key
- Replies: 19
- Views: 40497
Login Page doesn't work in IE 10 or 11 when using Enter key
Hello folks, I'm having an issue with logins in IE 10 and 11. If you hit enter after entering in your username and password, nothing happens, and attempts to navigate to another page usually time out. It seems like IE is not sending the correct information back to the server. This doesn't happen in ...