View Single Post
  #2  
Old 10-10-2009, 08:14 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Hide Add to Cart button when a certain Extra Field has a certain value

{if $product.extra_fields[0].value ne "Yes"} button code here {/if}
replace number [0] with your fields number in the array
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote