bestsellers-sorting-m2
bestsellers-sorting-m2 copied to clipboard
Bestsellers sorting of products in categories for Magento 2
MagentoHackathon BestsellersSorting Extension
Add your description here Facts
- version: 1.0.0
- extension key: MagentoHackathon_BestsellersSorting
- extension on GitHub
Description
Bestsellers sorting of products in categories.
Requirements
- PHP >= 5.6.0
- Mage_Core
Compatibility
- Magento >= 2.0
Installation Instructions
- Install the extension via Composer.
- Clear the cache, logout from the admin panel and then login again.
- Activate the extension
Features
- Creates attribute for sorting products by product sales in defined periods (e.g. Spring Sale)
ToDo
- 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
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Quick Installation Guide
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
Licence
Copyright
(c) 2017 MagentoHackathon