Jump to content

Product short description empty


Recommended Posts

Hi everyone,

 

I am currently doing the last changes to my new webshop but have run into a small problem.

 

When looking inside the categories on the frontend, the short descriptions don't show. I have looked at it in my code, but it seems to be just fine to me. This is what it currently looks like:

 

 

<div class="product_desc"><a class="product_descr" 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:400:'...'|strip_tags}</a></div>

 

The strange thing is that it does display in the product pages.

 

Can anyone help me? I would greatly appreciate it!

 

Greetings,

 

Laurent

Link to comment
Share on other sites

  • 5 months later...
×
×
  • Create New...