![]() |
Product description with 3 product columns
Is there any option in Xcart that lets you add a description to the product when you use the 3 product columns option? It seems like as soon as you add more then 1 column it doesn't show the description. I've looked around X-cart and around the forum but didn't see anything.
|
Re: Product description with 3 product columns
You need to edit the template and add it in (it isn't there by default). The template is skin1/customer/main/products_t.tpl
|
Re: Product description with 3 product columns
You'll want to add this code somewhere to the template Balinor mentioned above:
Code:
{$products[product].descr|truncate:300:"...":true} Set the variable "300" to a number of characters that works with your store layout. |
Re: Product description with 3 product columns
Thanks a lot guys! That should help me out a lot.
|
All times are GMT -8. The time now is 09:25 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.