![]() |
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}&cat={$cat}&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? |
Re: need Short Description to show in multi-column product list
The value you are using is incorrect - you need something like this:
{$products[product].descr|truncate:300:"...":true} |
Re: need Short Description to show in multi-column product list
That worked! Thanks a lot.
|
All times are GMT -8. The time now is 06:49 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.