taoufiqaitali/bestsellerfilter

Magento 2 custom module to add custom best seller filter to product list toolbar

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/taoufiqaitali/bestsellerfilter

dev-master 2020-10-08 11:00 UTC

This package is auto-updated.

Last update: 2025-10-08 23:05:46 UTC


README

Magento 2 custom module to add custom best seller filter to product list toolbar

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