Jump to content

Products list HTML problem


Recommended Posts

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

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.3

which UTF-8 i have to remove ?

Thanks

Link to comment
Share on other sites

×
×
  • Create New...