• Resolved mrblond

    (@mrblond)


    Can the product counts be shown in brackets next to the name of the subcategories, be it in thumbnails or in classic list style?

    Now, it can be shown in the sidebar but I need these counts in the page listings as well.

    Currently, when browsing the catalog, the user have no idea how many items are in the subcategories.
    It would be great a checkbox “Show Product Counts” to be placed in Catalog Design section of the Settings page.

    • This topic was modified 6 years, 11 months ago by mrblond.
Viewing 1 replies (of 1 total)
  • Plugin Author ndre

    (@ndre)

    Thank you for this feature request. I just added it to our roadmap.

    If you want to add it with some coding (PHP skills required) you can do this with a custom listing template.

    You can try this code:

    <?php $category = get_queried_object(); echo $category->count; ?>

Viewing 1 replies (of 1 total)

The topic ‘Product Counts in Subcategories’ is closed to new replies.