E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 27 Apr 2009 20:32:11 GMT Wed, 22 May 2013 11:19:02 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 #6 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Mon, 27 Apr 2009 20:32:11 GMT
Our cart-overlay display works by dynamically telling the buyer's browser to add a section of HTML to your standard page that gets shown/hidden by clicking cart buttons, but if the existing HTML in your page has coding mistakes, then our script gets confused about where or how to add the extra HTML that would display the cart.]]>
E-junkie Discussions; E-junkieGuru
Post #5 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Sat, 25 Apr 2009 16:48:51 GMT
I will see if typepad can help me put that extra "stuff" some where else.

BUT

On this page that has the shopping cart

http://www.betterlisten.com/2009/04/the-human-shadow-by-robert-bly-audio-download.html

if get the error message and on this page that does NOT have the shopping cart

http://www.betterlisten.com/2009/01/way-of-the-spiritual-warrior-by-david-gershon-now-available.html

There is no error message.

How can you help me with this?

I really appreciate this as I am about to set up dozens of e junkie products for sale and would like to sort this out in advance.

Thanks,

Steve]]>
E-junkie Discussions; steinnyc
Post #4 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Wed, 22 Apr 2009 02:51:22 GMT
I did notice you've got a bunch of stuff after your </body> and </html> tags, which is not allowed in HTML, and I've often seen IE throw a fit over that sort of thing. Try moving everything you've currently got appearing after your </html> up in the page further, to where it's at least before the </body> or higher, see if that fixes things for you.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Tue, 21 Apr 2009 12:41:35 GMT
Thanks for the info

Can you take a look at my blog link provided below and give some more specific feedback

http://www.betterlisten.typepad.com/

I have different widgets on there and it is hosted on typepad any more specifics on how to start to troubleshoot would be really appreciated

I'm about to set 40 to 100 plus products to sell using ejunkie and need to sort it out asap

Thanks]]>
E-junkie Discussions; steinnyc
Post #2 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Mon, 20 Apr 2009 20:35:37 GMT
Our cart scripting does not throw any errors by itself, so any errors you are seeing would be caused by a conflict between our cart javascript and some other javascript you are using in your page. You may need to simply rearrange the order of various script references in your page, which often remedies such javascript conflicts.

If you wish, you can split off this portion of our View Cart code, independently of the View Cart button link itself, and move it anywhere you wish, such as up into the HEAD section or down just before the </BODY> tag:

<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; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 http://www.e-junkie.com/bb/topic/3325/pg/0#post9854 Mon, 20 Apr 2009 02:18:16 GMT
There are error messages that seem to be tolerated in all browsers except for ie7 and ie8. Im wondering if the view cart buttons need to be in the header. right now they are in the body of the web page.


Anyone else have that problem?]]>
E-junkie Discussions; steinnyc