weldmar Posted October 26, 2009 Share Posted October 26, 2009 Here is it. Link to comment Share on other sites More sharing options...
presta1 Posted October 26, 2009 Share Posted October 26, 2009 in modules/blockcart/blockcart.tpl line 44 replace "16" by a lower value, "14" might work for you (that's the lenght of caracters to be displayed in the cart block ) getProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:htmlall:'UTF-8'}">{t text=$product.name length='16' encode='true'} in modules/blockcart/blockcart-json.tpl line 11 replace "16" with a lower value. 'name': '{$product.name|addslashes|truncate:16:'...'|escape:'htmlall':'UTF-8'}', Link to comment Share on other sites More sharing options...
weldmar Posted October 27, 2009 Author Share Posted October 27, 2009 I did everything but still got the problemThanks for your Kind Help! Link to comment Share on other sites More sharing options...
presta1 Posted October 27, 2009 Share Posted October 27, 2009 I did everything but still got the problem what value did you try? 14.. 12.. Link to comment Share on other sites More sharing options...
weldmar Posted October 27, 2009 Author Share Posted October 27, 2009 I did everything but still got the problem what value did you try? 14.. 12.. I've tried 14 - can it be becouse of the CAPITAL LETTERS? Thanks Link to comment Share on other sites More sharing options...
presta1 Posted October 28, 2009 Share Posted October 28, 2009 maybe, try 12 or less, CAPITAL letters consume space also, so if not necessary you should switch to lower-case. good luck. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now