I am using Lemonstand (an e-commerce CMS) and after going live with our site we started hearing that IE wasn’t working as expected.
I can’t track down what’s going on.
The website is at http://store.kramerknives.com, the problem is when you go through checkout in IE – any of the Ajax functions throw a Syntax error (it says line 8, which is a Meta Description tag, rather unhelpful), as well as an ‘error 80020101’.
This causes it:
- clicking ‘My billing and shipping addresses are the same’
- navigating backwards on the breadcrumb
Is this problem too specific for Stack Overflow? I am at a loss, I have been tweaking things around but I’m unfamiliar with Developer Tools in IE to fully grok what’s breaking what.
Running under the IE9 debugger in IE9 mode, I see an error here on the execScript() line which is getting called after an ajax call when going to the next step in the cart:
Which basically means a bunch of your initialization javascript code after an ajax call doesn’t get executed and thus the page doesn’t work properly.