Zigma Posted January 19, 2009 Share Posted January 19, 2009 It seems to be some kind of bug. When having a long description in the home featured block in the mainpage (index.php) the buttons just go wrong.Is there a fix for this to automatic limit the output in front office?Its difficult to explain but, eg "" texttexttexttexttexttexttexttexttexttext" must transform to, "texttexttexttext..." Link to comment Share on other sites More sharing options...
Tamas Szegedi Posted January 19, 2009 Share Posted January 19, 2009 No it's not dfficult Edit this line in the product-list.tpl {$product.description_short|strip_tags:'UTF-8'|truncate:360} to {$product.description_short|strip_tags:'UTF-8'|truncate:60} or you can write any number after the "truncate:" .. Try it Link to comment Share on other sites More sharing options...
likeminded Posted March 30, 2009 Share Posted March 30, 2009 thanks for the fix!! Link to comment Share on other sites More sharing options...
Recommended Posts