babyewok Posted February 20, 2014 Share Posted February 20, 2014 I changed the character limit for the 'more' link on the category description, but how do I change the length of $description_short when the more link is shown? I have only found solutions to alter the length of the product short description, not that for the category. Link to comment Share on other sites More sharing options...
vekia Posted February 20, 2014 Share Posted February 20, 2014 you can use truncate modifier {$description_short|truncate:120:"..."} Link to comment Share on other sites More sharing options...
babyewok Posted February 25, 2014 Author Share Posted February 25, 2014 Hmm, that works to make it shorter, but not longer! I want to show more than just one line if the description is longer than a certain amount and the 'more info' link is shown. Link to comment Share on other sites More sharing options...
babyewok Posted February 25, 2014 Author Share Posted February 25, 2014 Needless to say I came to my senses and used {$category->description|truncate:150:"..."} instead! 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