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.