nutbuster Posted October 18, 2009 Share Posted October 18, 2009 I have been reordering my featured ordered products sequence...I want to keep the featured products heading at two rows (lines) for the top header discription for each featured product on my homepage...when it goes to three lines the text will run into the short discription area...unless there is a way to add another page spacing line there? Looks like I need to knock off three letter spaces to keep it within two lines. I know it's just a simple code change...Click on my signature below and notice the top featured product headline text.Thanks for your help on this! Link to comment Share on other sites More sharing options...
nutbuster Posted October 18, 2009 Author Share Posted October 18, 2009 Figured this out on my own as I had to do the same thing for the presious viewed products box....This will also work in viewed products box if you want to adjust the heading and how much small discription shows up in each box...I was having problems with some of the header text droping down into the small discription text...plus I made the small discription 15 letters longer.File to modify....public_html/modules/homefeaturedcustom/homefeaturedcustom.tplOriginal sizes was....First was: truncate:35Second was: turncate: 135What I ended up with...... {$product.name|escape:htmlall:'UTF-8'|truncate:30} {$product.description_short|strip_tags:'UTF-8'|truncate:150} Doug Link to comment Share on other sites More sharing options...
nutbuster Posted October 18, 2009 Author Share Posted October 18, 2009 This post tells you how to modify the last viewed products block:http://www.prestashop.com/forums/viewthread/11400/bug_last_viewed_products_block_bug prestashop Link to comment Share on other sites More sharing options...
Recommended Posts