I want to have a custom button for 'add to cart', but I can figure out how to do it. I have searched, but can't find any posts that answer this specific question...
The standard 'button' text (below) does the 'button pushed' effect when pressed, but I can't use my own image and am stuck with a boring grey button...
On the other hand I can use the standard 'image' (below) which allows me to use my own button, but I don't know how to get the 'button pushed' effect when it's clicked on...
The problem is that if there is no 'button pushed' effect when it it pressed and the user has a slow link (or the server is slow) they may wonder if anything has happened and press the button again. This results in the item being added to the basket multiple times.
So... my questions are - can I customise the button input type? or can I get the 'button pushed' effect on the image input...?
The standard 'button' text (below) does the 'button pushed' effect when pressed, but I can't use my own image and am stuck with a boring grey button...
<Actinic:ACTIONS><P><INPUT TYPE=SUBMIT VALUE="Add To Cart" NAME="19"></P></Actinic:ACTIONS>
<INPUT TYPE=HIDDEN NAME="Q_19" VALUE="1"><Actinic:ACTIONS><P><INPUT TYPE="image" SRC="add_to_basket.gif" NAME="19" WIDTH="77" HEIGHT="18" BORDER="0"></P></Actinic:ACTIONS>
So... my questions are - can I customise the button input type? or can I get the 'button pushed' effect on the image input...?
Comment