X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   need Short Description to show in multi-column product list (https://forum.x-cart.com/showthread.php?t=34497)

sjbt 10-10-2007 08:24 AM

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?

pauldodman 10-10-2007 09:29 AM

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}

sjbt 10-10-2007 09:57 AM

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.