ovyxdiu79 Posted September 16, 2013 Share Posted September 16, 2013 Hi all. Sorry for my bad english. I want homefeatured short description css to be same like in short description in product list. In homefeatured, short description looks like this: But i want to be like in product list: What can i do to use same css in homefeatured and product list? Thx. Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 open homefeatuerd.tpl file located in your theme directory: themes/yourtheme/modules/homefeatured/homefeatuerd.tpl you've got there code like: {$product.description_short|strip_tags|truncate:130:'...'} just remove |strip_tags {$product.description_short|truncate:130:'...'} Link to comment Share on other sites More sharing options...
ovyxdiu79 Posted September 16, 2013 Author Share Posted September 16, 2013 Hello vekia, thanks for your reply. I make this change but the products look's like this: Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 remove |truncate:130:'...' too + you will have to change css styles probably Link to comment Share on other sites More sharing options...
ovyxdiu79 Posted September 16, 2013 Author Share Posted September 16, 2013 Thank you very much! Solved Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 you're welcome glad to hear that i could help you a little in this case im going to mark this topic as solved, if you will have any other questions related to short description - feel free to continue discussion here btw. welcome on board! best regards Link to comment Share on other sites More sharing options...
Recommended Posts