Jump to content

How to show a product title extended


Recommended Posts

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

 

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

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...