An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Magento2 Product Most Sold

Extension displays the top most sold products for your stores.

### Home page

Magento2 ProductMostSold

### Category page

Magento2 ProductMostSold

## 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)