Show Price But disable Add To Cart?

Hi all, I am wondering how to get the price to show but remove the add to cart button for certain products only! We are not able to sell certain items online, but we would like to show that we sell them in store. I can remove the price and then it say “contact us for price” however I would like to have the price visible.



Help would be greatly appreciated

the way I achieved this was by setting the sale_price for the “call for price” products to -1 and then in the template where it shows the button, I did something like



(I’m at work so I can’t guarantee that the code below is 100% correct, but you should be able to determine something from it.)



{if $product.sale_price==‘-1.00’}

Cannot Be Ordered Online

{else}

code for button here

{/if}



also, I might have modded it to allow -1… if that’s the case, then just set it to some weird price, like 9999.99 or 0.02 and adjust the if statement as necessary

Did you get this to work? I need this for Items I cannot sell online, but customer can call and order it over the phone.



Thanks for your help.

All I do is set the release date to dec2012 and change the language to say “call us”



Regards

I like this option, but can't figure out how to change the language to say “call us”. Please advise. Thanks in advance.

[quote name='mryman' timestamp='1346358918' post='144019']

I like this option, but can't figure out how to change the language to say “call us”. Please advise. Thanks in advance.

[/quote]



Contact Louis over at CSCartrocks.com he does this mod cheaply for me all the time by supplier or by category logged in only etc

Sorry, I wasn't clear. I like AmitP's solution to change the available date to the farthest future date and then changing the verbiage that appears when it is not available yet to say “call us for details, etc”. This seems like it should be a simple text edit somewhere, if we can just locate it in the code. Thank you.