Thread
:
display customer notes only certain times
View Single Post
#
2
12-07-2009, 10:49 AM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
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
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems