Jump to content

html code in short description in product list


Recommended Posts

Hi,

I would to add a simple html code in short description (like <br>) that appears in product list.

I attach a sample image that I would like to appear.

Html code is enabled only in product page, can I have in product list?

Thank you all in advance!

post-17487-0-52673600-1366129111_thumb.jpg

Link to comment
Share on other sites

in product-list.tpl I have change

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

in

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

 

Now I can use different html code..

Link to comment
Share on other sites

  • 1 year later...
  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...