[email protected] Posted June 25, 2009 Share Posted June 25, 2009 Any idea to solve this little problem with text? Link to comment Share on other sites More sharing options...
payn4 Posted June 25, 2009 Share Posted June 25, 2009 on modules/blockcart/blockcart.tplchange size of truncate on l44 (v 1.1.0.5) getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{$product.name|escape:htmlall:'UTF-8'|truncate:16} change size of length on l44 (v 1.2) getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{t text=$product.name length='16' encode='true'} Link to comment Share on other sites More sharing options...
[email protected] Posted June 25, 2009 Author Share Posted June 25, 2009 Thank you a lot.I ll try right now. Link to comment Share on other sites More sharing options...
[email protected] Posted June 25, 2009 Author Share Posted June 25, 2009 Great.It reaaly works.Thank you again Link to comment Share on other sites More sharing options...
Recommended Posts