Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working in IE11 #31

Open
coldes opened this issue Mar 18, 2018 · 0 comments
Open

Not Working in IE11 #31

coldes opened this issue Mar 18, 2018 · 0 comments

Comments

@coldes
Copy link

coldes commented Mar 18, 2018

...fyi, does not work in IE11*, both demo site and a dev site I have set up - main issue is Cart View will not close, and in demo site, detail view after close, container contents remain empty!

...also fyi, from other "finding solutions" for simpleCartJS issues [which are sooooo many), came across this site using simpleCartJS, http://www.carpalwatch.com/shop/ AND this person has a site that appears to work 100%

*yes I know, why FFS are people still using ie11?
... plus, if interested, a small script error fix for ie11 in simpleStore.js

var msg,   // ref is undefined my add
refLength; 

//if (msg.length) {
if(msg) {
	refLength = msg.length;
	$tmpl.find('.error_text').text(msg);
} 
else {
	refLength = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant