https://github.com/taoufiqaitali/magento2-bestsellerfilter
Magento 2 best seller filter
https://github.com/taoufiqaitali/magento2-bestsellerfilter
hacktoberfest
Last synced: 2 months ago
JSON representation
Magento 2 best seller filter
- Host: GitHub
- URL: https://github.com/taoufiqaitali/magento2-bestsellerfilter
- Owner: taoufiqaitali
- Created: 2020-05-29T15:24:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T11:00:30.000Z (over 4 years ago)
- Last Synced: 2025-04-12T10:18:25.009Z (2 months ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 best seller filter
Magento 2 custom module to add custom best seller filter to product list toolbar
* Developer: Taoufiq Ait Ali
* Website: http://asktaw.com
* Contact:### Manual Installation
* Unzip the file
* Create a folder {Magento root}/app/code/Taoufiqaitali/BestsellerFilter
* Copy the content from the unzip folder## Enable extension
```
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
```