darshiltech/magento-bestseller-product-from-order

A Magento 2 module to display bestseller products based on customer orders.

1.0.0 2025-01-05 06:42 UTC

This package is auto-updated.

Last update: 2025-07-05 08:08:00 UTC


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:

Thank you for using Magento Bestseller Product From Order! If you find this module helpful, consider giving it a star on GitHub.