Thread
:
Remove Buy Now button.
View Single Post
#
4
02-01-2012, 01:47 PM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
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
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems