[email protected] Posted July 30, 2013 Share Posted July 30, 2013 Hi, I have been trying to find out how to display more of my product name before getting cut off with "..." as shown in the link below... http://sperpat.co.id...egory&id_lang=7 Many thanks Ian 1 Link to comment Share on other sites More sharing options...
Martin Uker K Posted July 30, 2013 Share Posted July 30, 2013 Hi, Go into your theme by FTP, change the file "product-list.tpl" around line 45. <h3><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.name|escape:'htmlall':'UTF-8'}">{$product.name|escape:'htmlall':'UTF-8'|truncate:35:'...'}</a></h3> This line is the product name. Change "truncate:35:'...'" to an other number. This instruction is the number of caracter to truncate. Let'S say you put 50, you'll have a title of 50 caracter max. Martin 3 Link to comment Share on other sites More sharing options...
[email protected] Posted July 30, 2013 Author Share Posted July 30, 2013 PROBLEM SOLVEDDDDDDD!!! ur awesome MARTIN! Link to comment Share on other sites More sharing options...
Martin Uker K Posted July 30, 2013 Share Posted July 30, 2013 Always a pleasure. Please mark this post as "solved" (Just edit the first message and put [sOLVED] at the beginning of the title) Havea nice day and use the force. Martin Link to comment Share on other sites More sharing options...
vekia Posted July 30, 2013 Share Posted July 30, 2013 done, thread marked as solved im going to close it regards Link to comment Share on other sites More sharing options...
Recommended Posts