2017 © Pedro Peláez
 

magento2-module module-product-most-sold

Extension displays the top most sold products for your stores.

image

faonni/module-product-most-sold

Extension displays the top most sold products for your stores.

  • Saturday, January 13, 2018
  • by karliuka
  • Repository
  • 2 Watchers
  • 4 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 25 % Grown

The README.md

Magento2 Product Most Sold

Extension displays the top most sold products for your stores., (*1)

Home page

Magento2 ProductMostSold, (*2)

Category page

Magento2 ProductMostSold, (*3)

Install with Composer as you go

  1. Go to Magento2 root folder, (*4)

  2. Enter following commands to install module:, (*5)

    composer require faonni/module-product-most-sold
    

    Wait while dependencies are updated., (*6)

  3. Enter following commands to enable module:, (*7)

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy
    
  4. Refresh Statistics, (*8)

Display and configuration

  1. A shortcode to Homepage and to other CMS pages or CMS blocks., (*9)

    {{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., (*10)

     <referenceBlock name="catalog.product.most.sold">
         <action method="setTitle">
             <argument name="title" xsi:type="string" translate="true">Most Sold Products of Category</argument>
         </action>
         <action method="setNumProducts">
             <argument name="num_products" xsi:type="string">6</argument>
         </action>
         <!-- last 45 days, if 0 - all lifetime -->
         <action method="setInterval">
             <argument name="interval" xsi:type="string">45</argument>
         </action>  
     </referenceBlock>
    

The Versions

13/01 2018

dev-master

9999999-dev

Extension displays the top most sold products for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-sales 100.1.*|101.0.*

 

by Karliuka Vitalii

24/11 2017

2.1.1

2.1.1.0

Extension displays the top most sold products for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-sales 100.1.*|101.0.*

 

by Karliuka Vitalii

22/12 2016

2.0.1

2.0.1.0

Extension displays the top most sold products for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0