E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
MikeClouse member Posts: 9 |
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. # POSTED ON: March 20, 2011 @ 21:43 GMT -7 |
|
E-junkieNinja E-Junkie Crew Posts: 753 |
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="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a> You would just want to replace this section: http://www.e-junkie.com/ej/ej_add_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="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.your_server.com/your_image.gif" border="0" alt="Add to Cart"/></a> # POSTED ON: March 21, 2011 @ 11:32 GMT -7 |
|
MikeClouse member Posts: 9 |
thanks for your help...you guys are awesome!! mike. # POSTED ON: March 21, 2011 @ 19:23 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






