Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 814 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 814 Bytes

m2-category-subcategories

List Subcategories on Category Page

You can easily Enable/Disable Child Category Block from Category Edit Page.

Also. You can embed sub-categories list of a category into any cms block or page like this:

{{block class="Mgenius\Subcategories\Block\ListCategories" before="-" category_id="3" name="home gear category"}}

Replace category_id with Category ID which subcategories you want to list.

composer require mgenius/module-subcategories

Note: this module has minimum code to show category's sub-categories on category view page.

image image