taoufiqaitali / bestsellerfilter
为产品列表工具栏添加自定义畅销品筛选功能的Magento 2自定义模块
dev-master
2020-10-08 11:00 UTC
Requires
- magento/framework: ~100.0
This package is auto-updated.
Last update: 2024-09-08 20:29:02 UTC
README
为产品列表工具栏添加自定义畅销品筛选功能的Magento 2自定义模块
- 开发者:Taoufiq Ait Ali
- 网站: http://asktaw.com
- 联系: mailto:contact@asktaw.com
手动安装
- 解压文件
- 在文件夹 {Magento根目录}/app/code/Taoufiqaitali/BestsellerFilter 中创建文件夹
- 从解压文件夹中复制内容
启用扩展
php bin/magento module:enable Taoufiqaitali_BestsellerFilter
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
php bin/magento setup:static-content:deploy