croc Posted August 21, 2014 Share Posted August 21, 2014 Hello guys, I have one question about the lenght of the product names displayed by product windows, concrete, if is it possible to change it in every template in any his css how long to diplay it (for example if longer name , then should be it diplayed in 2 rows or more, without points like "..." on the end of the name) (see the position in attached pic what i mean). I want to buy any teplate, but I am not sure if is it possible by all cause every has other design and spacing.If possible, could anybody show me, where is it possible to set? Thank you. Link to comment Share on other sites More sharing options...
dioniz Posted August 21, 2014 Share Posted August 21, 2014 In yourdomain\themes\default-bootstrap\product-list.tpl find: {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} Change 45 to desired number (it's number of characters shown in product name) 3 Link to comment Share on other sites More sharing options...
croc Posted August 21, 2014 Author Share Posted August 21, 2014 Thanks much. Link to comment Share on other sites More sharing options...
dioniz Posted August 21, 2014 Share Posted August 21, 2014 You are welcome I'm marking this thread solved Link to comment Share on other sites More sharing options...
Recommended Posts