
Originally Posted by
hansi
Hi,
I am not sure if there is an easy way for the first part but here is a simple solution for the second part of your question:
1. Ignore step 1 of my guidelines and open english.php (in includes\languages\myTemplate where myTemplate here should be replaced with your template)
2. In step 2, change the code
define('TEXT_CALL_FOR_PRICE','<span class="cssButton button_call_for_price"
onmouseover="this.className=\'cssButtonHover button_call_for_price\'"
onmouseout="this.className=\'cssButton
button_call_for_price\'" style="width: 84px;" > Call for
Price </span>');
to
//where myTemplate here should be replaced with your template
define('TEXT_CALL_FOR_PRICE','<img src="includes/myTemplate/images/my_call_for_price_image.jpg " />');
I also noticed that you have another image "Ask us about this item". Why do you want to make Call for price image (first part of your question) clickable if you already have a clickable alternative i.e. "Ask us about this item"? I think you perhaps should just use the Call for price image shown next to your product (or change its style) as a label/ tag to indicate to your customer that the product is a call-for-price product.
By the way, you have a very nice astaethically looking template. Did you download and use any Zencart add-ons for it?
Regards,
Hansi