PDA

View Full Version : Using images for Edit and Remove buttons in cart


Nick
13-Jan-2003, 01:38 PM
Hi all

Could someone remind me how to replace the "Edit", "Remove" and "Remove All" buttons with images.

Same for the "Done" button on the receipt page.

Thanks in advance

Nick Cook

cdicken
15-Jan-2003, 08:22 AM
I'm afraid I know of no way to do this - and by the absence of other replies to this message, I don't think anyone else does either.

May well not be possible.

TraceyG
15-Jan-2003, 10:35 AM
The Done button on the receipt page can be changed to an image by editing the Act_Order04.html template.

Find the lines:

<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">

<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:DONEBUTTON">

I changed this to look like:

<INPUT TYPE=HIDDEN NAME=HOME VALUE="NETQUOTEVAR:HOME">

<!--<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:DONEBUTTON">-->

<INPUT TYPE=IMAGE SRC="home1.gif" NAME=ACTION>

(replace home1.gif with your image filename)

and it worked. I haven't found a way to change the "Edit", "Remove" and "Remove All" buttons yet.