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
Share on Google Plus

About VEKIA

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment

1 comments:

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

    ReplyDelete