TheWolf Posted February 17, 2015 Share Posted February 17, 2015 Hello everyone, i was trying to find a solution for an issue i'm having, i would like to increase the number of characters displayed on the product view in the catalog and cannot find where or how to change it. i would much appreciate your help. Picture is attached: Thank you, Wolf Link to comment Share on other sites More sharing options...
fred-vinapresta Posted February 17, 2015 Share Posted February 17, 2015 Hi, in the product-list.tpl file of your theme, you shoudl have 2 parts looking like that $product.description_short|strip_tags:'UTF-8'|truncate:xxx:'...'} if that's the case, replace xxx by the number of characters you want to appear. Link to comment Share on other sites More sharing options...
TheWolf Posted February 18, 2015 Author Share Posted February 18, 2015 Thank you for your reply, although what you suggested wasn't referring to the issue i wanted, i found the correct place to change just a few lines above it: {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} I write it here for future reference, thank you again. 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