sebwite / magento2-category-sidebar

Magento 2.0 侧边栏

安装量: 6,966

依赖项: 0

建议者: 0

安全性: 0

星标: 63

关注者: 17

分支: 58

开放性问题: 26

类型:magento2-module

1.0.1 2016-04-06 14:30 UTC

This package is not auto-updated.

Last update: 2024-09-24 20:11:57 UTC


README

Alt text

此扩展将为侧边栏添加显示父类或当前类别的类别树的能力。类别可以从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
  • 清除缓存

配置

  • 从管理面板的配置页面中选择您想要使用的根类别或当前类别选项
  • 选择子级深度级别
  • 类别将显示在主题的左侧侧边栏中

Alt text