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)
-   -   Setting Product Option Charater Length view (https://forum.x-cart.com/showthread.php?t=21585)

brgreene 05-05-2006 05:49 AM

Setting Product Option Charater Length view
 
My products require different options for colors. The color options are very long. Is there a way to limit the length in customer view only. The options stretch the length of my page. I would be interested in any way to control this.

I am using 4.0.18.

Thank you,

balinor 05-05-2006 06:05 AM

Use the Smarty truncate function. Here is an example using product title:

{$products[prod_num].product|truncate:30:"...":true}

brgreene 05-05-2006 07:10 AM

Where to place code?
 
I have tried this. I don't know if I am placing the code in the right place. I don't get any error but the option is not shortened.


All times are GMT -8. The time now is 11:01 PM.

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