Hi, I am totally new here and so far ejunkie is great! I am trying to change the checkout button image on my cart and I am having a hard time.
I have read this page: http://www.e-junkie.com/ej/help.custom-cart.htm , but I must be doing something wrong still, because I cant seem to get it working. It is totally just me, I don't know what I'm doing!
Does anyone have any examples of how the code should look to get the cart image to change?
here is what I have tried to add: function EJEJC_config() { EJEJC_POSTCALL=true; <br />
} function EJEJC_shown() {<br />
jQuery("#btnPP").attr("src", "my new image here");>}
Any help would be greatly appreciated!
Thanks!
Tom