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)
-   -   How do you make the short description longer? (https://forum.x-cart.com/showthread.php?t=23049)

AB 07-06-2006 01:13 AM

How do you make the short description longer?
 
Hi, does anyone know how you can make the short description text longer for products? I am running version 4.1.2 (lastet)

Thanks
AB

balinor 07-06-2006 02:39 AM

Welcome to X-Cart! Please start by reading the forum rules, and posting your X-Cart version in your signature (Edit profile, enter version, enter help desk password, click the 'Always attach my signature:' box, save):

http://forum.x-cart.com/viewtopic.php?t=6489

AB 07-06-2006 02:26 PM

Hi Ryan,
Sorry about that, thanks. I have changed the details as you can see. Changing over to another system that I don't know is hard work and you just don't think of the small stuff :D

balinor 07-06-2006 03:09 PM

Thanks! So where would you like the short description to appear longer?

AB 07-07-2006 01:58 AM

Hi Ryan,

I would just like more text to show up where the short description appears, there must be a setting that I can adjust to show more charters?

balinor 07-07-2006 02:20 AM

Use phpMyAdmin to change the field type from VARCHAR(255) to just a TEXT field on the short description table.

AB 07-07-2006 01:34 PM

Hi Ryan,

Thanks, I was looking in the wrong place. :D

AB 07-07-2006 08:59 PM

Hi Ryan,

I have been to phpMyAdmin and I found the two tables descr and fulldescr however they are both set to text already, do you know if there is a setting in xcart?

vulcan-works 07-08-2006 07:10 PM

in skin1/customer/main/products.tpl

look for something like this :
Code:

{$products[product].descr|truncate:300:"...":true}

and change the # in there to something bigger(i changed mine to 300)

AB 07-09-2006 12:55 AM

Excellent, that works, I changed mine to 2000 and it makes the page layout better. Thanks. :D


All times are GMT -8. The time now is 03:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.