sebwite / magento2-category-sidebar
Magento 2.0 侧边栏
1.0.1
2016-04-06 14:30 UTC
Requires
- php: ~5.5.0|~5.6.0|~7.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2024-09-24 20:11:57 UTC
README
此扩展将为侧边栏添加显示父类或当前类别的类别树的能力。类别可以从Magento2管理配置页面中选择。
使用composer安装
- 包含存储库:
composer require sebwite/magento2-category-sidebar
- 启用扩展:
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
- 升级数据库模式:
php bin/magento setup:upgrade
- 清除缓存
不使用composer安装
- 下载此扩展的zip文件
- 将扩展的所有文件放入您的Magento 2安装目录中的
app/code/Sebwite/Sidebar
文件夹 - 启用扩展:
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
- 升级数据库模式:
php bin/magento setup:upgrade
- 清除缓存
配置
- 从管理面板的配置页面中选择您想要使用的根类别或当前类别选项
- 选择子级深度级别
- 类别将显示在主题的左侧侧边栏中