Jump to content

Product Short Description Formatting Problem


Recommended Posts

I am using standard prestashop 1.5 template.

On product list page short description doesn't accept HTML formatting.

Now short description code in product-list.tpl looks like this:

 

<p class="product_desc"><a href="{$product.link|escape:'htmlall':'UTF-8'}" title="{$product.description_short|truncate:360:'...'|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}">{$product.description_short|truncate:360:'...'}</a></p>

 

Tried solutions from topic http://www.prestasho...isplaying-html/ , not helped.

 

I am trying to make

Something1 <br /> Something2

look like

Something1

Something2

Link to comment
Share on other sites

×
×
  • Create New...