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)
-   -   Product description with 3 product columns (https://forum.x-cart.com/showthread.php?t=27166)

BornMunson 12-06-2006 01:54 PM

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.

balinor 12-06-2006 03:42 PM

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

Jon 12-06-2006 05:29 PM

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.

BornMunson 12-06-2006 10:14 PM

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.