bsscommerce/admin-payment-method

Bss Admin Payment Method Module

dev-master 2019-01-22 04:08 UTC

This package is auto-updated.

Last update: 2024-06-05 10:39:34 UTC


README

Currently, Magento 2 default does not activate a payment method for admin use only. In many cases, you will wish to have a payment method that you could assign to a backend order only and invisible on the checkout page in the frontend. For instance, sometimes, customers would like to make orders by phone or pay by money transfer or in-person cash. Therefore, Magento 2 Admin Payment Method enables you to create orders from the backend and use the payment method visible at the backend only.

1. Documentation

2. Detail Functions

With Magento 2 Admin Payment Method, you can create a payment method and hide it from the frontend. Then, when creating orders in the backend, admin can use this payment method for the specific purpose. Key Features: Add a new payment method visible at the backend only Picture 1: 2._Magento_2_Admin_Payment_Method_Config.png Picture 2: 1._Magento_2_Admin_Payment_Method_Create_new_order.png

  • Preselect when admin creates orders
  • Automatically create Invoice and Shipment
  • Track all orders using admin payment method in a grid table
  • Set applicable countries (All or Optional) for the admin payment method
  • Adjust the name for the method by each store view
  • Notify customers about the payment method on the frontend Account Dashboard/My Order

3. Other Useful Magento 2 Extensions Recommended for Your Ecommerce Store

  • Admin Shipping Method: Allow admins to create a shipping method and hide it from the frontend. Admin can use this method when creating orders in the backend. Customers cannot see this method in the frontend.
  • Pre-select Shipping/Payment: Speeds up customer checkout process by pre-selecting the shipping and payment methods.
  • Check-out Custom Field: Now admin could add custom fields to the checkout page so they could have additional information from customers, for certain purposes. There are seven types of fields to choose: radio button, dropdown, checkbox, date, yes/no, text field, and text area
  • Order Delivery Date: Allow customers to choose the delivery date in the checkout process.
  • Custom Order Number: Modify the order number format for the best of convenience for both sellers and buyers
  • Auto Invoice: Satisfy your customer by orders processed immediately. Auto creates invoices and shipments after customers finish placing the order.
  • Auto Cancel Order: Allows canceling pending and pending payment order automatically.
  • Delete Order: Enable admin to delete unwanted orders from the backend. Related invoices, shipments and credit memos will also be removed automatically.