movingarrow/module-worksample

Worksample module provide functionality to multiply last order sum by decimal factor value


Licenses
OSL-3.0/AFL-3.0

Documentation

DMS/Worksample

This Magento2 Worksample module provide functionality to multiply last order sum by decimal factor value, which can be set at admin panel.

Technical manual

  • The last paid total sum multiplied by the decimal factor stores result value along with id of the order and its total sum in db and can be viewed in admin panel under worksample/payment tab
  • Factor value, stores in db and can be changed in admin panel under worsample/factor tab
  • To enable/disable this factor function go to stores/configuration/worksample settings tab

Installation instruction

  • Download module has to be place it in app/code/DMS/Worksample namespace
  • Run magento2 command line bin/magento setup:upgrade and bin/magento cache:clean