Any idea why a button doesnt work in add to cart form, but the image does? Remove button and add image and its fine. I wonder if its something to do with the 'value' option?
Thanks,
Paul.
Code:
<input type="image" src="http://www.madmash.com/graphics/addtocart.jpg" name="_<Actinic:Variable Name="ProductReference"/>" alt="Add <actinic:variable name="ProductName" /> to Cart."/>
Code:
<input style="cursor: pointer;" class="prod_addtocart" type="button" value="Buy It" name="_<Actinic:Variable Name="ProductReference"/>"/>
Thanks,
Paul.
Comment