Yes, the "Call for Price" is inside product description since I just selected "Yes" to "Product is Call for Price" under the product page of the item in question.
Forgot about that switch
Follow this tutorial for an image but use for the href in the define only, disregard the rest
The define for call for price should be in english.php at
/includes/languages/your template name/english.php
Not sure which
Code:
define('PRODUCTS_PRICE_IS_CALL_FOR_PRICE_TEXT','Call for Price');
define('TEXT_CALL_FOR_PRICE','Call for price');
But it should work if you change it to
Code:
CALL_FOR_PRICE','<a href="index.php?main_page=call_for_price">Call For Price</a>'