View Single Post
  #2  
Old 12-07-2009, 10:49 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: display customer notes only certain times

{foreach from=$products item=product}
{if $product.productid eq xxx}
display your text here
{/if}
{/foreach}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote