View Single Post
  #1  
Old 11-17-2004, 08:39 AM
 
elabdesigns elabdesigns is offline
 

Advanced Member
  
Join Date: May 2003
Location: Mount Airy, NC
Posts: 66
 

Default Whats wrong with this statement

Code:
{if $product.fulldescr eq "" and $product.descr eg ""} {else} <tr> <td></td> </tr> <tr> <td> {if $product.fulldescr ne ""}{$product.fulldescr} {else} {$product.descr} {/if} </td> </tr> {/if}
Reply With Quote