E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 16 Feb 2009 20:05:35 GMT Sat, 20 Mar 2010 18:47:57 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #2 http://www.e-junkie.com/bb/topic/3186/pg/0#post9177 http://www.e-junkie.com/bb/topic/3186/pg/0#post9177 Mon, 16 Feb 2009 20:05:35 GMT http://www.e-junkie.com/ej/help.custom.purchase-buttons.htm

To change our checkout button images in the cart, please see our Cart Customization help page here:
http://www.e-junkie.com/ej/help.custom-cart.htm

For example, to change the PayPal and Credit Card checkout buttons in our cart, you would add this to your View Cart code on every page, just before the "// -->" line in our standard code:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
// This changes the PayPal checkout button:
jQuery("#btnPP").attr("src", "http://yourdomain/yourimage");
// This changes the Credit Card checkout button:
jQuery("#btnCC").attr("src", "http://yourdomain/yourimage");
}

Of course, "http://yourdomain/yourimage" would be replaced by the URLs of your respective replacement button images.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3186/pg/0#post9177 http://www.e-junkie.com/bb/topic/3186/pg/0#post9177 Mon, 16 Feb 2009 10:55:43 GMT E-junkie Discussions; deepak