E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
deepak member Posts: 3 |
Hello, i am using Paypal pro to take payments but i want to be able to change the "charge me now" button. Is that possible? # POSTED ON: February 16, 2009 @ 03:55 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3486 |
To change our purchase buttons (Buy Now or View/Add to Cart), please see this help page: 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. # POSTED ON: February 16, 2009 @ 13:05 GMT -7 MODIFIED ON: February 16, 2009 @ 13:06 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






