PDA

View Full Version : adding Text next to " add to cart" buttons


mac
29-Oct-2003, 09:08 PM
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.

NormanRouxel
29-Oct-2003, 11:20 PM
If your theme is using a graphic as the cart buttin then edit Act_CartButtonImage.html (in Site1) and look for:-


<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