Dobrý den,
odstranění této části proveďte v souboru
themes/prestashop/category.tpl, kde stačí smazat řádky:
Kód:
{if $scenes}
<!-- Scenes -->
{include file="$tpl_dir./scenes.tpl" scenes=$scenes}
{else}
<!-- Category image -->
{if $category->id_image}
<div class="align_center">
<img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />
</div>
{/if}
{/if}
{if $category->description}
<div class="cat_desc">{$category->description}</div>
{/if}
Pro jistotu si soubor zazálohujte.