Hello,



Our slightly customized Close button Inner html does not work. It used to, but no longer does even though we've made no changes - should say "Close Window" but only says "Close". Iv'e been through the code very carefully, but cannot figure out why this stopped working.



This is not such a big deal, except that when we try adding either jQuery("#tdPmnt").attr("innerHTML",

or jQuery("#tdSell").attr("innerHTML", lines of text neither of these work either. We'd like to add a text message to our cart.



Also, is there any way to get rid of the gray "Checkout:" text?





thank you.





here is our code below.





<script type="text/javascript" language="javascript">// <![CDATA[

function EJEJC_lc(th) { return false; }

function EJEJC_config() { EJEJC_POSTCALL=true; }

function EJEJC_shown() {

jQuery("#btnPP").attr("src", "http://www.readerdock.com/wp-content/uploads/2012/03/checkout-paypal.png");

jQuery("#imgHeader").attr("src", "http://www.readerdock.com/wp-content/uploads/2012/03/cart-header.png");

jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Close Window</b>");

}

// ]]></script>

<script type="text/javascript" src="http://www.e-junkie.com/ecom/box.js"></script>

  • created

    Mar '12
  • last reply

    Mar '12
  • 1

    reply

  • 1.3k

    views

  • 2

    users

  • 3

    links

Thank you for sending in the code, but to properly look into this issue we will want to see the code in context. Can you please send us the URL of your live sales page so we can take a look?