ladivito Posted November 21, 2010 Share Posted November 21, 2010 the product description text are not using HTML to show "Bold"...etcAnd when mouse over the description then it show out all HTML codeplease see below attachment pictureanyone know where to fix this ?Thank you very much Link to comment Share on other sites More sharing options...
jhnstcks Posted November 21, 2010 Share Posted November 21, 2010 Looks like you didnt enter the html in the html editor but directly into the description area.I think the product-list.tpl strips out html. Link to comment Share on other sites More sharing options...
ladivito Posted November 21, 2010 Author Share Posted November 21, 2010 Looks like you didnt enter the html in the html editor but directly into the description area.I think the product-list.tpl strips out html. Hi jhnstcks,the html editor sometimes not able to show so i have to reload the page until the editor show up. Did i have to replace product-list.tpl ?thanks Link to comment Share on other sites More sharing options...
ladivito Posted November 21, 2010 Author Share Posted November 21, 2010 i tried to replace the file but still not working....any idea ? Link to comment Share on other sites More sharing options...
jhnstcks Posted November 21, 2010 Share Posted November 21, 2010 You need to edit the product-list.tpl and remove the code that strips out the html.It will look something like this {$product.description_short|strip_tags:'UTF-8'|truncate:200} remove the section that says strip_tags:'UTF -8'| Link to comment Share on other sites More sharing options...
ladivito Posted November 21, 2010 Author Share Posted November 21, 2010 You need to edit the product-list.tpl and remove the code that strips out the html.It will look something like this {$product.description_short|strip_tags:'UTF-8'|truncate:200} remove the section that says strip_tags:'UTF -8'| Below is the code i have in my product-list.tpl {$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'} i cant found the "remove the section that says strip_tags:'UTF -8'|"i'm now using ver1.3.2.3which UTF-8 i have to remove ?Thanks Link to comment Share on other sites More sharing options...
jhnstcks Posted November 21, 2010 Share Posted November 21, 2010 Change your code to {$product.description_short|truncate:360:'...'} Link to comment Share on other sites More sharing options...
ladivito Posted November 22, 2010 Author Share Posted November 22, 2010 Hi jhnstcksThanks now is able to show the HTML format at the description....but when mouse over the title still showing the html code like .....is it normal ? how to not showing the html code in the mouse over title ?Thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts