kreativsoehne/magento-2-child-category-list

This package is abandoned and no longer maintained. No replacement package was suggested.

List child categories with their category image.

Maintainers

Package info

github.com/kreativsoehne/magento-2-child-category-list

Type:magento2-module

pkg:composer/kreativsoehne/magento-2-child-category-list

Transparency log

Statistics

Installs: 94

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2018-09-14 14:30 UTC

This package is auto-updated.

Last update: 2026-08-14 22:18:09 UTC


README

An extension for listing a parent categorie's child categories with their category image.

Installation

  1. $ composer require kreativsoehne/magento-2-child-category-list
  2. $ ./bin/magento module:enable Kreativsoehne_ChildCategoryList
  3. $ ./bin/magento setup:upgrade
  4. $ ./bin/magento setup:di:compile
  5. Profit.

Usage

Just install the Extension. After installation, product lists will contain a list of all their child categories. When there's no child category the module will not display anything.

Making changes

The module uses a block for displaying it's contents. You can handle it as usual in layout XML.

block name: category.childcategorylist

Notice

This extension is very basic. There's nothing to setup and there are no settings to make. If you'd like to make changes, you can fork it and do whatever you want to do.