Can I use an image instead of the standard system button on the 'receipt' page (Act_order04.html)? Is there an 'ACTION_DONE' in the same way as there is 'ACTION_UPDATE' etc. - or is there another way to do it?
Announcement
Collapse
No announcement yet.
Images for 'Done' button on receipt page
Collapse
X
-
Hi there
Open "Act_Order04.html" and find
Code:<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:DONEBUTTON">
Code:<INPUT TYPE=IMAGE NAME=ACTION SRC="imagename.gif" VALUE="NETQUOTEVAR:DONEBUTTON">
The following is valid (If you not pointing to a pagename, then put a "/" at the end):
http://www.domain.com/
http://www.domain.com/index.html
http://www.domain.com/acatalog/
The following is not valid:
www.domain.com
Kind RegardsNadeem Rasool
SellerDeck Development
Comment
Comment