Jump to content

featured products - length of the title


Recommended Posts

Go to modules/homefeatured/homefeatured.tpl and modify this part of line 14:

{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}



Change the truncate value from 27 to the maximum number of letters you want displayed before the product name is truncated and ... is added.

Link to comment
Share on other sites

  • 1 month later...
Go to modules/homefeatured/homefeatured.tpl and modify this part of line 14:

{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}



Change the truncate value from 27 to the maximum number of letters you want displayed before the product name is truncated and ... is added.





Hi, I tried doing this, and it has no effect. I've been trying to figure this out for a few months but no mater how many times I mess with truncate settings, it makes no difference.

When I modified the product listing page tpl file, it works just fine. But not for featured products. Any solution? I use 1.2.5 of course.
Link to comment
Share on other sites

Did you change both the truncate values? The one with 32 is displays on hover only. You need to change the 27 one for the link. How long are the words you are trying to truncate? The function truncates whole words only.

{$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}

Link to comment
Share on other sites

  • 10 months later...

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