View Single Post
  #2  
Old 05-02-2007, 05:32 AM
 
balinor balinor is offline
 

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

Default Re: Doesn't Display Long Descriprion!!!

Make sure you are using the correct smarty variables.

On the detail page:

{$product.fulldescr} - long description
{$product.descr} - short description

On the 3 column view:

{$products[product].descr} - short description
{$products[product].fulldescr} - long description
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote