E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 19 Mar 2009 21:41:06 GMT Sat, 21 Nov 2009 12:06:37 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #7 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Thu, 19 Mar 2009 21:41:06 GMT
I can point out that our cart is already based on a thickbox-style overlay and also uses jquery in some cases, so you might need to remove your thickbox and jquery script references or change the order in which they and our cart script are called in your source code.

If you could create a version of your page that has no other script references and only contains our cart code, then if that page is still having problems we can take a look. If that page does not have the problem, then you can start re-adding your other script references one at a time and Ctrl-reload your page in IE after each one until you find which one starts causing the problem as soon as it is introduced.

BTW, this is the complete block of our script-related cart code, which you should keep intact wherever you move it around in your page source:

<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>]]>
E-junkie Discussions; Tyson
Post #6 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Wed, 18 Mar 2009 14:48:27 GMT E-junkie Discussions; Global-Eze Post #5 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Wed, 18 Mar 2009 14:44:58 GMT http://global-eze.com/ebooks.html

I have tried removing all the scripts on that page and the only one causing me issues is this one:

<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>]]>
E-junkie Discussions; Global-Eze
Post #4 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Wed, 18 Mar 2009 02:30:02 GMT
It sounds probable there may be some JavaScript conflict going on between our cart script and other scripts running in your page. It may help to rearrange the order of SCRIPT tags in your page source, to change which one loads before or after any other. You can even separate these lines from your View Cart code and move them around in your page source anywhere you wish, even up into the HEAD section of your page source:

<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }

// -->
</script>
<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>]]>
E-junkie Discussions; Tyson
Post #3 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Tue, 17 Mar 2009 19:05:25 GMT E-junkie Discussions; Global-Eze Post #2 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Tue, 17 Mar 2009 18:59:11 GMT <script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>

Scrolling works in IE, but it removes the cart functionality in Firefox, which still to this point, does not function correctly in IE.]]>
E-junkie Discussions; Global-Eze
Post #1 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 http://www.e-junkie.com/bb/topic/3238/pg/0#post9439 Tue, 17 Mar 2009 16:38:45 GMT
This is strange as it works great in every browser other than IE(yeah, I know).

Any help would be greatly appreciated.]]>
E-junkie Discussions; Global-Eze