Sunday, 2 September 2018

How to display category description in PrestaShop 1.7 ?

how to desplay category description in the category page ?
im using ps 1.7
thank u for advance


Expert answer about code for category description in PrestaShop 1.7 ?

Hello
category description appears on category page by default,
the code that is responsible for category description is:
{if $category.description}
<div id="category-description" class="text-muted">{$category.description nofilter}</div>
{/if}
and it is a part of file /themes/your-theme/templates/catalog/listing/category.tpl

best regards,
milos

1 comment:

  1. How do I move the category description down below the products?

    ReplyDelete