View Single Post
  #3  
Old 09-10-2009, 12:20 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

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

How about...

{if $product.taxed_price ne 0}
{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}
{/if}
__________________
xcart 5.1.2
Reply With Quote