Essemme_Forniture Posted March 15, 2017 Share Posted March 15, 2017 Hi, is there anyone who can help me to fix how to show the product title extended? Cause , as you can see in the image, is not possible to understand perfectly the title. I think is super easy, but i tried and i'm not able Thanks for all here you have the link https://www.affaridanoi.com/362-mono-split-general-fujitsu-prezzo Link to comment Share on other sites More sharing options...
rocky Posted March 16, 2017 Share Posted March 16, 2017 You'll need to edit product-list.tpl inside your theme, find the code like the following: {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} and then adjust the truncate value or remove the truncate altogether like this: {$product.name|escape:'html':'UTF-8'} Link to comment Share on other sites More sharing options...
Essemme_Forniture Posted March 22, 2017 Author Share Posted March 22, 2017 You'll need to edit product-list.tpl inside your theme, find the code like the following: {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} and then adjust the truncate value or remove the truncate altogether like this: {$product.name|escape:'html':'UTF-8'} Great!!! Thanks a lot! Now i'm wondering, this "truncate" is so similar to the standard google search, is it good to leave 45 for SEO or it doesn't matter? Thanks a lot again Rocky 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