Announcement

Collapse
No announcement yet.

adding Text next to " add to cart" buttons

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

    adding Text next to " add to cart" buttons

    Is there a way that i can insert these words everywhere there is a "add to cart" button on my pages?

    (for quantities larger than 5, please contact us for special discount)


    please tell me where to insert what code to make this happen. THANKS.

    #2
    If your theme is using a graphic as the cart buttin then edit Act_CartButtonImage.html (in Site1) and look for:-

    Code:
      <INPUT TYPE="IMAGE" SRC="NETQUOTEVAR:BUTTONIMG" NAME="NETQUOTEVAR:BUTTONNAME"
    WIDTH="NETQUOTEVAR:IMAGEWIDTH" HEIGHT="NETQUOTEVAR:IMAGEHEIGHT" BORDER="0">
    Now add your text either before or after that depending on your needs.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X