I want to insert my own buttons instead of the standard ones in the order pages (Act_Order00.html -> Act_Order04.html)
I cant seem to find it in the advanced user guide, although there are plenty of hints on how to change the buttons in the view cart page.
example:
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:NEXTBUTTON">
-ive guessed a little and changed it to following:
<input type=IMAGE name=ACTION_NEXT value="NETQUOTEVAR:NEXTBUTTON" src="ordernext.gif" ALT="NETQUOTEVAR:NEXTBUTTON">
sadly, this dosnt work.
/rasmus landgreen, dk
I cant seem to find it in the advanced user guide, although there are plenty of hints on how to change the buttons in the view cart page.
example:
<input type=SUBMIT name=ACTION value="NETQUOTEVAR:NEXTBUTTON">
-ive guessed a little and changed it to following:
<input type=IMAGE name=ACTION_NEXT value="NETQUOTEVAR:NEXTBUTTON" src="ordernext.gif" ALT="NETQUOTEVAR:NEXTBUTTON">
sadly, this dosnt work.
/rasmus landgreen, dk
Comment