AutoInvoice automatically sends an invoice when payment is received.
This plugin supports Magento 2 up to version 2.2.2. It might work on more recent versions, but we cannot make any guarantees.
-
Please go to the Magento2 root directory and run the following commands in the shell:
php bin/magento module:enable Dmn112_Autoinvoice
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean -
If Magento is running in production mode, deploy static content:
php bin/magento setup:static-content:deploy -f
php bin/magento module:uninstall Dmn112_Autoinvoice
php bin/magento setup:upgrade