I'm trying to change the checkout button and the Your Shopping Cart graphic. I followed the instructions found here - http://www.e-junkie.com/ej/help.custom-cart.htmYou can see the page here: http://ashwebdev.com/forex/signup.html(This is for a client that is using your the e-junkie services)
To use the cart customization you'll need:function EJEJC_config() {EJEJC_POSTCALL=true; }before:function EJEJC_shown() {Your code should look like this:function EJEJC_config() {EJEJC_POSTCALL=true; }function EJEJC_shown() { custom_function }
Share and learn in the E-junkie community.