by Jim » Tue Jul 17, 2007 12:52 pm
Create a custom product template that will check the value of one of the custom fields for text that indicates that you don't want to show the price and instead want to display CALL. The template would include something like
[-- IF product.field1 "CALL" --]
put out the Call message you want
[-- ELSE --]
put out your normal code for displaying out the add and view cart button
[-- END_IF --]
This could would be place in the template where the current add to cart button code is located.