Skip to content

MaxMage/magento2-category-sidebar

This branch is up to date with Sebwite/magento2-category-sidebar:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 1, 2017
Sep 7, 2016
Sep 15, 2016
Sep 7, 2016
Jun 1, 2017
Sep 7, 2016
Sep 7, 2016
Apr 6, 2016
Jan 14, 2016
Apr 13, 2016

Repository files navigation

Magento 2.0 Category Sidebar extension

Alt text

This extension will add the ability to show category tree from a parent or current category in a sidebar. The category can be selected from the Magento2 admin config page.

Installation with composer

  • Include the repository: composer require sebwite/magento2-category-sidebar
  • Enable the extension: php bin/magento --clear-static-content module:enable Sebwite_Sidebar
  • Upgrade db scheme: php bin/magento setup:upgrade
  • Clear cache

Installation without composer

  • Download zip file of this extension
  • Place all the files of the extension in your Magento 2 installation in the folder app/code/Sebwite/Sidebar
  • Enable the extension: php bin/magento --clear-static-content module:enable Sebwite_Sidebar
  • Upgrade db scheme: php bin/magento setup:upgrade
  • Clear cache

Configuration

  • Select the root category or current category option you want to use from the config page from the admin panel
  • Select children depth level
  • Categories will appear in col.left sidebar of the theme

Alt text

About

Magento2 category sidebar extension

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 78.6%
  • JavaScript 7.7%
  • CSS 7.2%
  • HTML 6.5%