Hello there. I normally replace the "Add To Cart" button on my site with plain text (as formatted by CSS).
However, I just added a t-shirt to my store and have options for different sizes. I am not sure how to alter the code so that I can continue to use plain text formatting instead of the ej_add_to_cart.gif.
Here is my current code which forces me to use the gif and renders the plain text dead:
<form action="
https://www.e-junkie.com/ecom/gb.php?c=cart&i=210879&cl=10022&ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
<input type="hidden" name="on0" value="Size"/>
Size:<br/>
<select name="os0">
<option value="Small">Small</option>
<option value="Medium">Medium</option>
<option value="Large">Large</option>
<option value="Extra Large">Extra Large</option>
</select>
<br/>
<input type="image" src="
http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx"/></form>ADD TO CART [T-SHIRT+MP3 $15.99]</a>
Here is my standard code which allows me to use plain text:
<a href="
https://www.e-junkie.com/ecom/gb.php?c=cart&i=201769&cl=10022&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);">ADD TO CART [CD+MP3 $7.99]</a>