2017 © Pedro Peláez
 

magento2-module module-product-most-ordered

Extension displays the top most ordered products(bestseller) for your stores.

image

faonni/module-product-most-ordered

Extension displays the top most ordered products(bestseller) for your stores.

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

The README.md

Magento2 Product Most Ordered

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

Home page

Magento2 ProductMostOrdered, (*2)

Category page

Magento2 ProductMostOrdered, (*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-ordered
    

    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\ProductMostOrdered\Block\ProductList' 
            template='Faonni_ProductMostOrdered::product/list/items.phtml' 
            title='Most Ordered Products'
            period='monthly'
            interval='3'
            num_products='6'
    }}
    
  2. A Layout Update XML to all categories., (*10)

    <referenceBlock name="catalog.product.most.ordered">
        <action method="setTitle">
            <argument name="title" xsi:type="string" translate="true">Most Ordered Products of Category</argument>
        </action>
        <action method="setNumProducts">
            <argument name="num_products" xsi:type="string">6</argument>
        </action>
        <action method="setPeriod">
            <argument name="period" xsi:type="string">monthly</argument>
        </action>
        <action method="setInterval">
            <argument name="interval" xsi:type="string">3</argument>
        </action>   
    </referenceBlock>
    

The Versions

13/01 2018

dev-master

9999999-dev

Extension displays the top most ordered products(bestseller) for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-catalog 101.0.*|102.0.*

 

by Karliuka Vitalii

24/11 2017

2.1.1

2.1.1.0

Extension displays the top most ordered products(bestseller) for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.6.0|~7.0.0|~7.1.0
  • magento/module-catalog 101.0.*|102.0.*

 

by Karliuka Vitalii

21/12 2016

2.0.3

2.0.3.0

Extension displays the top most ordered products(bestseller) for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

20/12 2016

2.0.2

2.0.2.0

Extension displays the top most ordered products(bestseller) for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

18/12 2016

2.0.1

2.0.1.0

Extension displays the top most ordered products(bestseller) for your stores.

  Sources   Download

OSL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0