View Single Post
  #1  
Old 03-20-2013, 08:30 AM
 
liamb2001 liamb2001 is offline
 

eXpert
  
Join Date: May 2006
Posts: 216
 

Unhappy Replace Text Link with Image

On the product page can someone tell me how i change the text Ask Question to Contact us or how i would replace it with a button (like add to cart) or just an image ?

the code is

{include file="customer/buttons/button.tpl" button_title=$lng.lbl_ask_question_about_product style="link" href="javascript: return !popupOpen(xcart_web_dir + '/popup_ask.php?productid=`$product.productid`')"}

i have tried adding an image with the link "javascript: return !popupOpen(xcart_web_dir + '/popup_ask.php?productid=`$product.productid`')" but it didnt work

would appreciate any help
__________________
X-Cart Version 4.55
Reply With Quote