View Single Post
  #2  
Old 02-12-2005, 05:10 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

I assume you are talking about product.tpl (the detailed products template). You will need to remove the if statement. Try replacing this:

Code:
{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if}

with this

Code:
{$product.descr} {$product.fulldescr}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote