- Accurate Sales Reporting: Clearly separates manually created orders from online payment methods for better reporting and analytics.
- Supports Offline Payments: Easily handle orders paid via bank transfer, cash, or external payment channels.
- Improved Admin Workflow: Simplifies order creation in the Magento backend without misusing COD or other payment methods.
- Better Data Organization: Keeps order payment sources structured and easy to filter in reports.
- Flexible Sales Operations: Perfect for phone orders, chat orders, or sales-assisted purchases.
- No Frontend Impact: This payment method is only visible in the admin panel, ensuring clean customer checkout experience.
Admin Payment Method - Magento 2
Screenshots
Key Benefits
Overview
The Admin Payment Method for Magento 2 is a lightweight but powerful module that allows store administrators to create orders using a dedicated backend-only payment method.
Unlike standard payment gateways, this method is not available on the storefront checkout. It is designed specifically for admin order creation workflows, enabling merchants to handle offline payments, external transactions, and manually created orders in a clean and structured way.
This module improves operational flexibility by allowing businesses to record orders that are paid outside of Magento checkout (such as bank transfers, cash payments, or third-party payment channels) while keeping reporting and sales data accurate and consistent.
It is especially useful for sales teams, customer support staff, and store administrators who frequently create or adjust orders on behalf of customers.
Key Features
- Support selecting a new order status.
- Support automatic invoice creation after placing a new admin order.
- Support automatic shipment creation after placing a new admin order.
- Allow setting the order status to Complete.
- Easy to install and configure the extension.
Installation
Installation via Composer
You can install this Magento 2 extension easily using Composer:
composer require polacin/admin-payment
Manual Installation
Extract the file into app/code/PL/Adminpayment/
From a terminal, run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
Release Notes
version 2.0.1
Released September 15, 2016
- Initial version