Categories Under Category Description ? On / Off

Can someone remind me how to remove the list of categories from under the category descriptions please. I've decided to have those in the sidebar but can't find where to turn the other off so now have two.



V3.6

Hello kickoff3pm,



As far as I know there is no any ability to turn off the list of subcategories from the main content. However you can delete/comment this code directly on template. So in order to do it, please open the [CSCART_ROOT_DIR]/stores/[STORE_ID]/skins/basic/customer/views/categories/view.tpl and delete or comment the following part of code:






{if $subcategories}


{if $subcategories|@count < 6}

    {/if}
    {foreach from=$splitted_subcategories item="ssubcateg"}
    {if $subcategories|count >= 6}


      {/if}
      {foreach from=$ssubcateg item=category name="ssubcateg"}
      {if $category.category_id}
    • {$category.category}
    • {/if}

      {/foreach}
      {if $subcategories|count >= 6}


    {/if}
    {/foreach}
    {if $subcategories|count < 6}

{/if}

{/if}




After you save the file(s), please do not forget to delete store cache (admin.php?cc).



Hope it will be helpful for you.

Thanks for that, I'll use it if I have to but I had thought I had turned this feature on so I'll keep look for a while.



Very much apreciated.