Basket not updating properly when using IE8
Posted: Fri May 04, 2012 5:35 pm
We're running fairly customized AbleCommerce 7.0.4 on a site, http://www.makaboo.com. We've customized it so the user can personalize the item prior to adding an item to their cart. This has been working fine for years but we just noticed that in IE8, the cart wasn't updating properly with the latest item. Under IE8 (and perhaps earlier versions but not IE9 or any other non-IE browsers), the Page_Init and Page_Load functions of our ConLib/Custom/Basket.ascx.cs are not getting called when the user is taken to the Basket. I can put my cursor in the URL bar and hit enter over and over again and it still doesn't get called. If I hit F5 or click the Update (in AbleCommerce) button, they do get called. I can reproduce this consistently on both our test instance and live.
Has anyone else seen this? Any idea what might be causing it? Seems like it has to be server caching but it seems weird it only happens under IE8.
[UPDATE]
I've explored this further now... using Fiddler, when I'm on the Cart page and put the cursor on the URL/Location Box and hit enter, no traffic occurs. So, there's got to be some Javascript that is intercepting the Postback or some other browser caching issue. Any ideas how to solve?
Has anyone else seen this? Any idea what might be causing it? Seems like it has to be server caching but it seems weird it only happens under IE8.
[UPDATE]
I've explored this further now... using Fiddler, when I'm on the Cart page and put the cursor on the URL/Location Box and hit enter, no traffic occurs. So, there's got to be some Javascript that is intercepting the Postback or some other browser caching issue. Any ideas how to solve?