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 field length in admin (https://forum.x-cart.com/showthread.php?t=24538)

sho ryu ken 09-01-2006 04:57 AM

Product field length in admin
 
guys, I need to increase the length of the 'product' field in the admin section that is visible. I need to be able to read the entire string so I can see the weight at a glance instead of having to go into the product details. PIC:

http://www.sdkjewellers.co.uk/productlength.JPG

balinor 09-01-2006 05:09 AM

Re: Product field length in admin
 
main/products.tpl

Replace this:

{$products[prod].product|truncate:35:"...":false}

with this:

{$products[prod].product}

sho ryu ken 09-01-2006 05:12 AM

Re: Product field length in admin
 
Balinor, you are a man among men.


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

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