nathanday/module-subcategoryblocks

Extend Magento 2 Category Display Options to add Functionality to show Subcategory Blocks or List

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.1.0 2022-04-06 07:46 UTC

This package is auto-updated.

Last update: 2025-05-06 14:44:26 UTC


README

Facts

Description

A Magento 2 module to add the option to show sub categories on a Product List page. Adds the Following Options:

  • Sub Category Blocks Only
  • Sub Category Blocks and Products
  • Sub Category Blocks, CMS Blocks and Products
  • Sub Category List Only
  • Sub Category List and Products
  • Sub Category List, CMS Blocks and products

Requirements

  • PHP >= 7.0
  • magento/module-catalog >= 100.0

Compatibility

  • Magento >= 2.0

Installation Instructions

composer config repositories.subcategoryblocks git git@github.com:natedawg92/SubCategoryBlocks.git
composer nathanday/module-subcategoryblocks
php bin/magento module:enable NathanDay_SubCategoryBlocks
php bin/magento setup:upgrade

Uninstallation

php bin/magento module:uninstall NathanDay_SubCategoryBlocks

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Nathan Day

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2019 NathanDay