Announcement

Collapse
No announcement yet.

Changing Checkout image to checkout button

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

    Changing Checkout image to checkout button

    http://www.irwebonline.com/acatalog/...lock_Code.html
    On the page above when you click add to cart, it takes you to a page to check quantity and enter information.
    Below this are threee images. "confirm" "checkout" and "cancel"
    Is it possible to change these to buttons instead of images ?
    Ive tried editing Act_ShoppingCart.html as per the Advanced user guide but have not had any luck.

    Any info would be greatly appreciated.
    http://www.irwebonline.com

    #2
    Hi Simon

    You should be editing "Act_OrderDetail.html" and comment the following lines
    HTML Code:
    <INPUT TYPE=IMAGE VALUE="NETQUOTEVAR:CONFIRMLABEL" NAME=ACTION_CONFIRM SRC="confirm.gif" ALT="NETQUOTEVAR:CONFIRMLABEL" TITLE="NETQUOTEVAR:CONFIRMLABEL">
    <INPUT TYPE=IMAGE VALUE="NETQUOTEVAR:BUYNOWLABEL" NAME=ACTION_BUYNOW SRC="checkoutnow.gif" ALT="NETQUOTEVAR:BUYNOWLABEL" TITLE="NETQUOTEVAR:BUYNOWLABEL">
    <INPUT TYPE=IMAGE VALUE="NETQUOTEVAR:CANCELLABEL" NAME=ACTION_CANCEL SRC="cancel.gif" ALT="NETQUOTEVAR:CANCELLABEL" TITLE="NETQUOTEVAR:CANCELLABEL">
    and comment out
    HTML Code:
    <!-- Comment this out to display confirm and cancel as images-->
    <!-- <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:CONFIRMLABEL" NAME=ACTION> -->
    <!-- <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:BUYNOWLABEL" NAME=ACTION> -->
    <!-- <INPUT TYPE=SUBMIT VALUE="NETQUOTEVAR:CANCELLABEL" NAME=ACTION> -->
    This should then show you the grey buttons

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thank you.
      Problem solved.
      http://www.irwebonline.com

      Comment

      Working...
      X