Skip to main content
← Back to plugins
Modify Active Orders

Modify Active Orders

A lightweight plugin enabling administrators to edit active orders for customers.

Version1.7.0
Compatibility>=2.2.0
CategoryAdmin tools
Downloads752 monthly
Last updatedFeb 5, 2026

This plugin allows you to convert an active order from a customer to a Draft order, edit it, and connect it back to the customer.

  1. Login as administrator and go to 'Orders' and then the 'Active' tab
  2. Click the 'Convert order to Draft'
  3. The order can now be edited as admin under 'Drafts'
  4. Click Complete draft to connect the order as active order to a customer. (This behaviour can be disabled, see autoAssignDraftOrdersToCustomer below)

When you connect a Draft order to a customer, the customers existing active order will be made a Draft.

Getting started

Ts
Changelog
  • Upgraded to Vendure 3.5.3
  • Documentation update
  • Updated official documentation URL
  • Upgrade to Vendure to 3.3.2
  • Correctly unset active order on customer
  • When assigning a draft order to a customer, transition the customers existing active order of customer to draft.
  • Update Vendure to 3.1.1
  • Update compatibility range (#480)
  • Updated Vendure to 2.2.6
  • Place the transition logic into its own service class as suggested in #343
  • Transition the Order from AddingItems to Draft rather than copy all the fields and make a new Draft Order
  • Deactivate order when an active order already exists, instead of deleting it.
  • Updated vendure to 2.1.1