Jump to content

[SOLVED] Hide subcategories list in a category page


Alberto97

Recommended Posts

In default theme:

your_prestashop/themes/classic/templates/catalog/listing/product-list.tpl

You can comment on the part where the subcategories are added.

{block name='subcategory_list'}
  {*{if isset($subcategories) && $subcategories|@count > 0}*}
  	{*{include file='catalog/_partials/subcategories.tpl' subcategories=$subcategories}*}
  {*{/if}*}
{/block}

 

  • Like 1
  • Thanks 2
Link to comment
Share on other sites

  • Alberto97 changed the title to [SOLVED] Hide subcategories list in a category page
On 6/29/2022 at 8:22 AM, Ress said:

In default theme:

your_prestashop/themes/classic/templates/catalog/listing/product-list.tpl

You can comment on the part where the subcategories are added.

{block name='subcategory_list'}
  {*{if isset($subcategories) && $subcategories|@count > 0}*}
  	{*{include file='catalog/_partials/subcategories.tpl' subcategories=$subcategories}*}
  {*{/if}*}
{/block}

 

Thanks, work it!

  • Like 1
Link to comment
Share on other sites

On 6/30/2022 at 5:03 AM, Alberto97 said:

Thanks, work it!

Hello, I have the same problem, how do you access the default theme and where do you go to remove this:

{block name='subcategory_list'} {*{if isset($subcategories) && $subcategories|@count > 0}*} {*{include file='catalog/_partials/subcategories.tpl' subcategories=$subcategories}*} {*{/if}*} {/block}

Thank you !

Zabi

Link to comment
Share on other sites

On 7/1/2022 at 10:51 PM, lazabi said:

Hello, I have the same problem, how do you access the default theme and where do you go to remove this:

{block name='subcategory_list'} {*{if isset($subcategories) && $subcategories|@count > 0}*} {*{include file='catalog/_partials/subcategories.tpl' subcategories=$subcategories}*} {*{/if}*} {/block}

Thank you !

Zabi

Do you have PrestaShop 1.7?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...