View Single Post
  #4  
Old 02-01-2012, 01:47 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Remove Buy Now button.

You can use an if statement to hide the button, like

{if $product.price gt 0}
show buy button code
{else}
call for price
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote