https://github.com/karliuka/m2.productmostsold
Magento2. Extension displays the top most sold products for your stores.
https://github.com/karliuka/m2.productmostsold
magento2 magento2-extension magento2-product product sold-products
Last synced: 8 months ago
JSON representation
Magento2. Extension displays the top most sold products for your stores.
- Host: GitHub
- URL: https://github.com/karliuka/m2.productmostsold
- Owner: karliuka
- License: osl-3.0
- Created: 2016-12-22T13:02:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T09:44:14.000Z (almost 8 years ago)
- Last Synced: 2025-04-12T05:38:27.620Z (8 months ago)
- Topics: magento2, magento2-extension, magento2-product, product, sold-products
- Language: PHP
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Magento2 Product Most Sold
Extension displays the top most sold products for your stores.
### Home page

### Category page

## Install with Composer as you go
1. Go to Magento2 root folder
2. Enter following commands to install module:
```bash
composer require faonni/module-product-most-sold
```
Wait while dependencies are updated.
3. Enter following commands to enable module:
```bash
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
```
4. Refresh Statistics
## Display and configuration
1. A shortcode to Homepage and to other CMS pages or CMS blocks.
```bash
{{block class='Faonni\ProductMostSold\Block\ProductList'
template='Faonni_ProductMostSold::product/list/items.phtml'
title='Most Sold Products'
interval='45'
num_products='6'
}}
```
2. A Layout Update XML to all categories.
```xml
Most Sold Products of Category
6
45
```
* [Magento2 Product Most Ordered](https://github.com/karliuka/m2.ProductMostOrdered)
* [Magento2 Product Most Viewed](https://github.com/karliuka/m2.ProductMostViewed)