- version: 1.0.0
- extension key: MagentoHackathon_BestsellersSorting
- extension on GitHub
Bestsellers sorting of products in categories.
- PHP >= 5.6.0
- Mage_Core
- Magento >= 2.0
- Install the extension via Composer.
- Clear the cache, logout from the admin panel and then login again.
- Activate the extension
- Creates attribute for sorting products by product sales in defined periods (e.g. Spring Sale)
- Populate it based on the bestsellers reporting routine (daily, monthly, yearly etc.)
- Create indexer for the bestseller attribute data
- Implement configuration for the periods. Nice to have: Ability to define period on category level
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
composer config repositories.bestsellers-sorting-m2 vcs [email protected]:magento-hackathon/bestsellers-sorting-m2.git
composer require magento-hackathon/module-bestsellers-sorting dev-master
bin/magento module:enable MagentoHackathon_BestsellersSorting
bin/magento setup:upgrade
(c) 2017 MagentoHackathon