I am trying to add a message under my checkout buttons (Google Checkout and Paypal) in the cart to say:
Don't have a Paypal or Google checkout account - checkout through Paypal and pay as a guest.
I already have added: function EJEJC_shown() {
as I have changed the cart header image.
I have tried adding the jQuery("#tdSell").attr line as follows:
jQuery("#tdSell").attr("innerHTML", "Don't have Paypal or Google Checkout? Choose Paypal and pay as a guest");
the above code appears immediately before, and on the line above the closing }
However the message is not showing in my cart.
I have tried clearing cookies and refreshing, but to no avail, any suggestions?