Skip to content

magento-hackathon/bestsellers-sorting-m2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagentoHackathon BestsellersSorting Extension

Add your description here Facts

Description

Bestsellers sorting of products in categories.

Requirements

  • PHP >= 5.6.0
  • Mage_Core

Compatibility

  • Magento >= 2.0

Installation Instructions

  1. Install the extension via Composer.
  2. Clear the cache, logout from the admin panel and then login again.
  3. Activate the extension

Features

  1. Creates attribute for sorting products by product sales in defined periods (e.g. Spring Sale)

ToDo

  1. Populate it based on the bestsellers reporting routine (daily, monthly, yearly etc.)
  2. Create indexer for the bestseller attribute data
  3. 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

GPLv3

Copyright

(c) 2017 MagentoHackathon