Files
medusa-store/packages/plugins/draft-order
juanzgc e75e67f27d fix(draft-order): Update copy phone number (#14044)
## Summary

**What** — What changes are introduced in this PR?

Copying the phone number would previously copy the email. Implements a fix to instead copy the expected phone number.

**Why** — Why are these changes relevant or necessary?  

Implement the expected functionality

**How** — How have these changes been implemented?

Update the content of the `<Copy ... />` component.

**Testing** — How have these changes been tested, or how can the reviewer test the feature?

Manual testing was performed 
---

## Checklist

Please ensure the following before requesting a review:

- [ ] I have added a **changeset** for this PR
    - Every non-breaking change should be marked as a **patch**
    - To add a changeset, run `yarn changeset` and follow the prompts
- [ ] The changes are covered by relevant **tests**
- [ ] I have verified the code works as intended locally
- [ ] I have linked the related issue(s) if applicable

---

## Additional Context

CLOSES CORE-1282
2025-11-12 17:32:55 +00:00
..
2025-11-05 12:52:44 +01:00
2025-11-05 12:52:44 +01:00

Medusa logo

Draft Order Plugin

Documentation | Website

Create and manage draft orders on behalf of customers in Medusa

PRs welcome! Product Hunt Discord Chat Follow @medusajs

Overview

The Draft Order Plugin enables admin users to create and manage orders on behalf of customers. This is particularly useful for customer support scenarios or when customers place orders offline.

Features

  • Create draft orders from the Medusa Admin dashboard
  • Manage items in draft orders (add, update, remove)
  • Add shipping methods to draft orders
  • Associate customers with draft orders
  • Convert draft orders to regular orders for purchase completion

Installation

  1. Install the Draft Order plugin
yarn add @medusajs/draft-order
  1. Configure the plugin in your medusa-config.ts
module.exports = defineConfig({
  projectConfig: {
    ...
  },
  plugins: [
    {
      resolve: "@medusajs/draft-order",
      options: {},
    },
  ],
})
  1. Start your server

Requirements

  • Medusa application version >= 2.4.0

Support

Community & Contributions

The community and core team are available in GitHub Discussions, where you can ask for support, discuss roadmap, and share ideas.

Join our Discord server to meet other community members.

Other channels