View Single Post
  #1  
Old 10-10-2007, 08:24 AM
 
sjbt sjbt is offline
 

Advanced Member
  
Join Date: Jun 2007
Posts: 35
 

Default need Short Description to show in multi-column product list

I am trying to display the short description in a 2-column product list. When I change this from 1 column display to 2 or 3 columns the short description goes away.

I want to replace the link for "See Details" for the short description. "See Details" link is in products_t.tpl.

Code:
<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}">{$lng.lbl_see_details}</a>

However, if I substitute
{$lng.lbl_see_details} with {$product.productdescr}
nothing shows.

How can I pick up the value of this correctly?
__________________
X-Cart 4.1.8
Reply With Quote