View Single Post
  #1  
Old 09-08-2011, 05:45 AM
 
kooki kooki is offline
 

Member
  
Join Date: Jun 2008
Posts: 20
 

Default Use custom image for specific buttons?

I'm trying to change the 'ask a question about this product' link into an image. How can I do this?

The default code is:

Code:
{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`')"}

If I change the style to 'image', I get a small arrow button but not sure how to change that to my own image.
__________________
X-Cart 4.4.2
Reply With Quote