commerce_admin_checkout
This module allows a site administrators to use Drupal Commerce checkout to create orders for customers. This is useful if you have customizations to your checkout workflow (custom panes, etc) that you don't want to recreate on the admin side of Commerce.
This module includes 2 checkout panes:
- Assign Order to Customer: This allows administrators to assign an order to a specific customer during the checkout process.
- Order Items: This allows administrators to add order items to an order during checkout.
This module requires the following patch to Commerce core. Apply the most recent patch from this issue:
This module includes a sub-module: Commerce Admin Payment. This sub-module requires Commerce Multiple Payments module, it allows you to define "admin payments" which site administrators can add to an order to reduce the price paid. (possibly up to the total of the order) This is useful if you want to allow administrators to use payments in a way similar to discounts. The client using this originally uses this to account for employee discounts as payments, among other things. This module adds 1 checkout pane:
- Apply Manual Payments