Bebras Posted June 13, 2015 Share Posted June 13, 2015 (edited) Hello, I can't change product name length in omicron categories module. I found template file of this module and changed truncate values, but it doesn't work. Link to my website: http://new.fotoakademija.lt/ I have changed truncate values here: <h3><a href="{$product.link}" title="{$product.name|truncate:50:'...'|escape:'htmlall':'UTF-8'}">{$product.name|truncate:25:'...'|escape:'htmlall':'UTF-8'}</a></h3> Problem is that product name doesn't fit and truncated. Screenshot is attached. Does anyone can help? Best regards Edited June 16, 2015 by Bebras (see edit history) Link to comment Share on other sites More sharing options...
pishkus Posted June 14, 2015 Share Posted June 14, 2015 Truncate is working correctly. You have set it to {$product.name|truncate:25:'...'|escape:'htmlall':'UTF-8'} - 25 characters, but it truncates after the full word and does not truncate in the middle of the following word. See the truncate examples here http://www.smarty.net/docsv2/en/language.modifier.truncate.tpl Link to comment Share on other sites More sharing options...
NemoPS Posted June 15, 2015 Share Posted June 15, 2015 WHat's the next word? try adding :true after those dots in the truncate modifierOr, make sure that really is the file you need to modify (ie erase the name and see if it's still there). Make sure you also clear cache from the BO Link to comment Share on other sites More sharing options...
Bebras Posted June 16, 2015 Author Share Posted June 16, 2015 Hi Nemo, Probably I'm editing wrong file. Can't figure out which file I must edit... Link to comment Share on other sites More sharing options...
Bebras Posted June 16, 2015 Author Share Posted June 16, 2015 Problem solved. I was editing wrong file. 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