• Resolved pstidsen

    (@pstidsen)


    Hi there,

    Is it possible to show a list of subcategories of the current category and let the customer filter further from that?

    Best Regards,
    Peter

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support fesupportteam

    (@fesupportteam)

    Hi @pstidsen

    Not really, it will display all of the filter terms that are applied to your products on a certain page. If you need a unique set of filter terms on each category page, then you would need to create a separate filter set for each category page, however, this is only something that is possible in the PRO version.

    Best Regards,
    Victor

    Thread Starter pstidsen

    (@pstidsen)

    I will definitely consider the PRO version.

    Is it possible to filter the shown categories programmatically?

    / Peter

    Plugin Support fesupportteam

    (@fesupportteam)

    Can you please evaluate what exactly you mean by this “Is it possible to filter the shown categories programmatically?” We are a bit confused about it.

    In the filter there are options to include/exclude required filter terms from a filter.

    Best Regards,
    Victor

    Thread Starter pstidsen

    (@pstidsen)

    I mean, if you have an apply_filters() wrapped around the categories shown in the filter. If so, it might be possible using PHP code to hide the categories that is not a child of the current category.

    Plugin Support fesupportteam

    (@fesupportteam)

    Ah, yes you can do the templates overriding for that – https://filtereverything.pro/resources/templates-overriding/ in order to write your own template with the custom code that will remove unnecessary values. But it should have a code that will work only on the category pages and should recognize if this term is a main category or subcategory.

    Also, you can check this page with the hooks – https://filtereverything.pro/resources/hooks/ as it can be helpful as well.

    Best Regards,
    Victor

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Show subcategories’ is closed to new replies.