<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>
When we began with e-junkie, we placed our "Add to Cart" and "View Cart" buttons in the WordPress sidebar and the javascript didn't work so we put the javascript code in the <head> section and it worked BUT...the script appears to be causing loading problems in both IE7 and Firefox. All the pages of the site exhibited this problem until I removed the script from the head of all pages and put it on the product pages only.
IE7 reports an "Error on Page" but only on the pages where I have included the script, not on the other pages.
Firebox "hangs" at the point where the script loads. If I put it in the head of a page, it hangs before the page loads. If I put it at the beginning of the content, it hangs there. If I put it at the end of the content, it loads the content but hangs before loading the sidebars. When it hangs, a page refresh will cause the page to load correctly. The problem will not reoccur until you leave that page for another one where the script is located.
We're running WP 2.71. and Thesis 1.4.2. The site is blueyonderranch.com and the script is only located on the "Shop" product pages where the "Cart" buttons appear. I would really like to be able to eliminate this problem. Any ideas?