View Single Post
  #2  
Old 08-21-2008, 06:39 PM
 
balinor balinor is offline
 

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

Default Re: show the short description in detail page

There is an {if} statement in there you need to remove. So replace this:

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

with something like this:

{$product.descr}
<br/><br/>
{$product.fulldescr}

Moving to Template Editing.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote