Announcement

Collapse
No announcement yet.

Using images for Edit and Remove buttons in cart

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

    Using images for Edit and Remove buttons in cart

    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
    Hazelnet Web Solutions
    www.hazelnet.co.uk
    Actinic & Worldpay Partners
    Specialising in ecommerce and
    online promotion.

    Workwear and Promotional Clothing
    www.workwearhouse.co.uk
    Logo Your Polo!

    #2
    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.

    Comment


      #3
      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="NETQUOTEVARONEBUTTON">

      I changed this to look like:

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

      <!--<INPUT TYPE=SUBMIT NAME=ACTION VALUE="NETQUOTEVARONEBUTTON">-->

      <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.
      ********************
      Tracey
      SellerDeck

      Comment

      Working...
      X