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>
That is correct, the cart customization code only customizes the cart; once the buyer clicks a checkout button and leaves the cart, the checkout page cannot be customized at present.
Share and learn in the E-junkie community.