This module adds an easy way to use any payment method only for admin. By default magento does not support payment to be enable for only admin. With the help of this extension admin can enable specific payment method for admin only.
composer require pawan/adminenablepayments
php bin/magento setup:upgrade
php bin/magento cache:flush
First extract package ZIP file on your computer.
By using SSH/FTP upload file at Magento2Root/app/code/Pawan/AdminEnablePayments
After that you need to run following command:
1. php bin/magento setup:upgrade
2. php bin/magento cache:flush
If required content deploy, run
php bin/magento setup:static-content:deploy
If required compilation, run
php bin/magento setup:di:compile
If extension successfully installed, You will see a new Menu at System->Configuration->Pawan->Admin Enable Payment Methods
There will two configuration Settings available
Enable: Admin can enable and disable module.
Disable Payment Method for front-end: Here admin will see all active payment method. Admin can choose which payment method need only for admin.
Example: In the above image, Purchase Order Payment method is selected, So this payment method will not available for front end customer. But at the same time, Admin can accept Payment by Purchase Order Payment Method from Admin.
Front End
Admin Create Order
If you encounter any problems or bugs, please open an issue on GitHub.