merlino Posted May 15, 2011 Share Posted May 15, 2011 Hello ,I'm start using PS 1.4.1 recently and I need to have a shorter "short description" in product page...what I have to do?I heve follow this tread :http://www.prestashop.com/forums/viewthread/64270/general_discussion/solved_how_to_truncate_the_short_description_text_on_the_product_listing_page_and_the_product_page_itselfwithout success.. :-( thanks for suggestions Link to comment Share on other sites More sharing options...
jhnstcks Posted May 15, 2011 Share Posted May 15, 2011 Look for the following line: {$product->description_short} and change it to {$product->description_short|truncate:50:'...'} I have just tested this so i know it works. Make sure you have turned on force compile and turned off cache otherwise you wont see any changes on you page. Link to comment Share on other sites More sharing options...
merlino Posted May 15, 2011 Author Share Posted May 15, 2011 Thanks, fixed. Link to comment Share on other sites More sharing options...
BMWdejf Posted June 5, 2011 Share Posted June 5, 2011 Hi,in which file the code is cited?I change turncate in all file which are product****.tpl located in themes\prestashop\ , but no change occurred.I have prestashop 1.4.1 too. 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