View Single Post
  #2  
Old 09-10-2009, 10:58 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Disable 'Add to cart' for $0 products

Products without a price? Try something like this:
{if $product.price ne 0}{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
{else}
{if $product.price eq 0}{$lng.lbl_your_label_that_you_want_displayed}
__________________
______________
version 4.1.9 Gold
Reply With Quote