Hey Guys-having trouble with the cart opening in a new window, not greyboxed over my site. Seeing this on some other users as well. Even with all the code stripped like this: http://testing.farmsteadinc.com/cart.htmlI'm on OSX 10.4 firefox 5.0The demo on your site however works fine?
I can't get it to work, either. I even added the CSS & JavaScript from here:http://jquery.com/demo/thickbox/To my site. I wish I could figure out why it's not working.
Nevermind. I was looking for this answer a few weeks ago & I couldn't get it figured out then... but, here: http://www.e-junkie.com/bb/topic/1034/pg/0You have to have the "view cart" code on the same page as the "add to cart" button - the call to the javascript file (the one that does the overlay) is on their server.
i'm still having cart display issues. i do have the view cart button and add button on the smae page. anyone????
Do you have javascript disabled for your browser? It's not likely, but I got this working on my development machine - and all I did was cut & paste the code supplied into a HTML page to test it out.
all settings are okay. i run other scripts no problem.
My only other guess, now that I've been able to play around with this is that you're using the HTML code (instead of the Javscript version) for the e-Junkie buy button/add to cart... which this doesn't include the external javascript file.Try adding this to the page where your code is:<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>I can't imagine this isn't allowed, but this would be my only other suggestion as I don't know much of anything about the setup here yet.
got it. the html code was showing by default. my bad. thank you.
Share and learn in the E-junkie community.