Jump to content

How to fix this PROBLEM - please take a look


Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...