tsm22 Posted November 13, 2010 Share Posted November 13, 2010 Hellow.I have a question regarding the product names being cut on the homepage and how to increase the limit. Here is a screenshot of what I'm talking about:http://i54.tinypic.com/2wqactz.pngwhere in the code can I find the limit and how to make the full name of the product appear under the picture? Thanks. I would really appreciate your help.Regards, Denis Link to comment Share on other sites More sharing options...
jhnstcks Posted November 13, 2010 Share Posted November 13, 2010 The names are being truncated by Prestashop, the code looks something like truncate:20. The code for differenct bits of the site is in different tpl files. Featured products is in /modules/homefeatured/homefeatured.tplI have mine set to some high number to allow the names to show correctly. Link to comment Share on other sites More sharing options...
tsm22 Posted November 15, 2010 Author Share Posted November 15, 2010 The names are being truncated by Prestashop, the code looks something like truncate:20. The code for differenct bits of the site is in different tpl files. Featured products is in /modules/homefeatured/homefeatured.tplI have mine set to some high number to allow the names to show correctly. Hellow.Thanks you for your reply, I've changed the numbers to higher values, but nothing happened, the names are still to short on the homepage.Is it because I've installed the additional template?In the template folder in the file index.tpl I only see: {$HOOK_HOME} And there are no files in the template folder which are named like featured, or homepage or anything close.What can I do?Thanks. Link to comment Share on other sites More sharing options...
jhnstcks Posted November 15, 2010 Share Posted November 15, 2010 As I mentioned in my post above, try /modules/homefeatured/homefeatured.tpl Link to comment Share on other sites More sharing options...
tsm22 Posted November 15, 2010 Author Share Posted November 15, 2010 As I mentioned in my post above, try /modules/homefeatured/homefeatured.tpl Yes, I've tried it and I've changed the values for truncated to higher values, and it did not help. That's why I wrote another post. Link to comment Share on other sites More sharing options...
jhnstcks Posted November 15, 2010 Share Posted November 15, 2010 Have you cleared the site cache by ftp'ing to tools/smarty/compile and delete everything but index.php then go a f5+ctrl refresh?Can you post a link to your site if this doesnt work 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