jon22 Posted December 9, 2009 Share Posted December 9, 2009 Can anyone help me and tell me which file i need to edit to extend the character limit for the product listing page (the page with products listed - not the actual product page) at the moment the listings are like this - New mini quad bike 50cc bla.... so i need to extend the limit. Theres no particular reason, it just bugs me a bit Link to comment Share on other sites More sharing options...
rocky Posted December 10, 2009 Share Posted December 10, 2009 Change the following code on line 9 of product-list.tpl in your theme's directory: {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} Increase the truncate value from 35 to whatever you want the maximum number of characters to be before '...' is displayed. Link to comment Share on other sites More sharing options...
jon22 Posted December 10, 2009 Author Share Posted December 10, 2009 Thats it, Thank you! Link to comment Share on other sites More sharing options...
nuttis Posted August 21, 2010 Share Posted August 21, 2010 HiAny idea why this dont work for my site? www.parfymbutiken.nuWhatever i change too doesnt make any difference at all... Is it something i am missing? 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