Order Count - Magento 2 module documentation

Author: Marek Milewski

Order Count Module

Module overview

Get to know your shop with numbers, with order count module you take control over current prospering of your shop and what direction should your shop be heading towards. Module Order Count let you control counting of orders, shippings placed invoices over period of time picked by you.

Module compatibility

This module is compatibile with Magento Community versions: 2.2 and 2.3.

How it works

After installing module head to Admin Panel Stores > Configuration. Set Store View to your website.

Image 5

Next go to Sales > Order Count. Here you can activate module on specific areas. Each of them is configured in same way.

Image 1

Enable order count - activate module for area
Format - what format should the data be saved
Number digits in counter - pick size of counter for example, when 4 counter is 0001 etc.
Reset counter - after what period of time should the counting start over
Start count from - set starting number of counter
Counter step - set what is the gap between each count

To check if module works, create order and head to Sales > Orders . Id for last order should have pattern you created in module's config.

Demo

Installation

Composer

  1. Add repo to composer.json:
"repositories": [
    ...
    {
        "type": "vcs",
        "url": "git@git.auroracreation.com:aurora-modules/order-count.git"
    }
    ...
],
  1. Add package to composer.json:
"require": {
    ...
    "aurora/ordercount": "*"
    ...
},
  1. In Magento root folder run commands:
composer update aurora/ordercount
php bin/magento module:enable Aurora_OrderCount
php bin/magento setup:upgrade

Manual

  1. Unzip archive.
  2. Upload extension files on your server to:
{Magento root}
└── app/
    └── code
  1. In Magento root folder run commands:
php bin/magento module:enable Aurora_OrderCount
php bin/magento setup:upgrade

Thank you for your interest in our products!