darshiltech / magento-bestseller-product-from-order
A Magento 2 module to display bestseller products based on customer orders.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
README
A Magento 2 module to display bestseller products based on customer orders. This module provides functionality to identify and showcase the most popular products on your e-commerce store based on actual sales data.
Features
- Automatically calculates bestseller products based on order data.
- Configurable options for time range and product selection.
- Flexible integration with CMS pages, widgets, and blocks.
- It directly Show on magento admin dashboard.
Installation
Follow the steps below to install the module in your Magento 2 store:
Install from the composer
composer require darshiltech/magento-bestseller-product-from-order
1. Clone the Repository
cd <magento_root>/app/code mkdir -p DarshilTech/Bestsellers cd DarshilTech/Bestsellers git clone https://github.com/DarshilTech/magento-bestseller-product-from-order.git .
2. Enable the Module
php bin/magento module:enable DarshilTech_Bestsellers php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:flush
3. Deploy Static Content (if needed)
php bin/magento setup:static-content:deploy
Developer Notes
- Namespace:
DarshilTech
- Module Name:
Bestsellers
- Fully customizable via layout XML and templates.
Contribution
Feel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Support
If you encounter any issues or have questions, please reach out:
- Email: darshilmodi8141@gmail.com
- GitHub Issues: Submit an Issue
Thank you for using Magento Bestseller Product From Order! If you find this module helpful, consider giving it a star on GitHub.