Leviticus1983 Posted September 29, 2010 Share Posted September 29, 2010 Hello guys. Today I have encountered problem on my site and I hope that you will help me to solve it. My problem is this:There are some products which I add to cart in product list, and when site is refreshed - the product name is not listed in block cart, though it shows quantity 1x. It looks that it's name is somehow hidden! But with another product it is OK. There are lots of products that are OK. I do not know on what does it depends when to show product name in block cart and when not??? But another interesting thing is that when I go to cart, the product name is there. Maybe there is a problem with coding? I wouldn't like to think about that because everything was ok for 6 months with coding. I was not testing every product when I added each time a new one. But only today somehow I noticed it.You can see everything in attached image.Do you have any ideas why is it happening or advices? Link to comment Share on other sites More sharing options...
plauengco Posted October 22, 2010 Share Posted October 22, 2010 I had the same problem and I think the problem is due to the product length assigned in blockcart.tplgetProductLink($product.id_product, $product.link_rewrite, $product.category)}" title="{$product.name|escape:html:'UTF-8'}">{t text=$product.name length='20' encode='true'}I solved it by changing the length to '20' instead of the default '10'. 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