I have added a couple of images as submit buttons, the url is here:
http://www.clientel-actinic.co.uk/
If you add something to cart and click checkout now, you can view the page, here is the code for next and cancel:
As submit buttons, the shop works correctly, but only when I add the src and changethe type to next and cancel on this page does the problem occur..
I am probably missing something completely obvious, can anyone help me?
Many thanks in advance, this forum has been an invaluable resource
Tracey
http://www.clientel-actinic.co.uk/
If you add something to cart and click checkout now, you can view the page, here is the code for next and cancel:
HTML Code:
<input type="image" src="cancel-button.gif" name="ACTION" value="<actinic:variable encoding="html" name="CancelButton" />" /> <input type="image" src="next-button.gif" name="ACTION" value="<actinic:variable encoding="html" name="NextButton" />" />
I am probably missing something completely obvious, can anyone help me?
Many thanks in advance, this forum has been an invaluable resource
Tracey
Comment