purebeauty Posted July 30, 2010 Share Posted July 30, 2010 Please help me how to edit to make the product name longer in featured product on the home page. I have attach the image below.Thanks. Link to comment Share on other sites More sharing options...
mytheory. Posted July 30, 2010 Share Posted July 30, 2010 This looks like the Home Featured Block... to extend the product name out before the ... come in you need to edit modules/homefeatured/homefeatured.tpl file.Mine has been modified so I can't give you an exact line number, but it should be around line 16. The line you want to edit looks like this: {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'} Notice the two "truncate:x" in this line of code. You may have to mess around with these numbers, but you want to essentially replace the 'x' (from above) with a higher number than the one already existent. The first truncate refers to the title that appears when you hover over the text with the mouse, the second truncate refers to the actual text that is displayed.NOTE: this only changes the product name length on this block and no where else... if you wanted longer product names in other parts of the shop, lets say the product list (product-list.php), you would have to edit themes/prestashop/product-list.tpl file. Look for a line of code that looks similar (or exactly the same - iforget).NOTE2: If you extend the product name out too far it will mess with your layout for that block... in which case you will have to modify the global.css file and/or the line height in the same homefeatured.tpl file to fit everything ... near line 6, edit: {assign var='liHeight' value=259} My numbers have been edited so you may need to play with those numbers.HTH! Link to comment Share on other sites More sharing options...
sdfSDF Posted April 11, 2011 Share Posted April 11, 2011 Part categories what should we do? Part categories Which file should I edit?CATEGORY - SUB CATEGORY 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