I would like to use my own buy button and when clicked have it link to my ejunkie cart. Can I just copy URL from your button code or will that mess things up? continue shopping button wont link back?Thank You!Mike.
When you want to use your own button image, all you need to do is replace the image section of the HTML code we provide for the button. Here is an example of one of our default Add to Cart buttons:<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXX&cl=XXXXX&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart"/></a>You would just want to replace this section:http://www.e-junkie.com/ej/ejadd_to_cart.gifSo it will look like this:<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=XXXXX&cl=XXXXX&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.yourserver.com/your_image.gif" border="0" alt="Add to Cart"/></a>
thanks for your help...you guys are awesome!!mike.
Share and learn in the E-junkie community.