Announcement

Collapse
No announcement yet.

Images for 'Done' button on receipt page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Images for 'Done' button on receipt page

    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?

    #2
    also, can I change the action of this button so that it directs the user to the homepage?

    Comment


      #3
      Hi there

      Open "Act_Order04.html" and find

      Code:
      <INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVAR:DONEBUTTON">
      Change this to read
      Code:
      <INPUT TYPE=IMAGE NAME=ACTION SRC="imagename.gif" VALUE="NETQUOTEVAR:DONEBUTTON">
      To change the redirection, simply go to "Design | Option | Miscellaneous". Click on "No Frames in Checkout" and simply type in the url of where you want the user to go.

      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 Regards
      Nadeem Rasool
      SellerDeck Development

      Comment

      Working...
      X