![]() |
Showcat prod description How do I truncate or shorten the length of the description in the category view when it lists them? Thanks! |
Nevermind... Incase anyone is wondering anyway Find the following in showcat.php $desc = un_htmlspecialchars(convert_markups($desc)); if ( strlen($desc) > 100 ) $desc = substr($desc,0,100) . " ... "; Default it says 175 -- Mine now reads 100. Hope this helps some one. |
| All times are GMT -5. The time now is 07:14 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0