1 / 3
Mar 2011

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.

  • created

    Mar '11
  • last reply

    Mar '11
  • 2

    replies

  • 944

    views

  • 2

    users

  • 5

    links

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.gif



So 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>