We're trying to customize the Paypal/Credit Card buttons on the checkout page, and the code below is only replacing on the View Cart page - rather than the Checkout page. Is there a way to have the images replaced on the Checkout page as well?
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#btnPP").attr("src", "http://yourdomain/yourimage");
jQuery("#btnCC").attr("src", "http://yourdomain/yourimage");
}
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
created
Nov '10
last reply
Nov '10
- 1
reply
- 842
views
- 2
users
- 2
links