docs: finish user guide updates (#11603)
* finished settings changes * fix todos * update titles
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
} from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Order Claims`,
|
||||
title: `Manage Order Claims in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
} from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Edit an Order’s Items`,
|
||||
title: `Edit an Order’s Items in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
} from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Exchanges`,
|
||||
title: `Manage Exchanges in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
import { Table } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Order Fulfillments`,
|
||||
title: `Manage Order Fulfillments in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
@@ -62,11 +62,11 @@ At the top of the order details page, you can see the fulfillment status of the
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Partially Delivered</Table.Cell>
|
||||
<Table.Cell>Some items in the order have been marked as delivered, but not all.</Table.Cell>
|
||||
<Table.Cell>Some items in the order have been marked as delivered or picked-up, but not all.</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Delivered</Table.Cell>
|
||||
<Table.Cell>All items in the order have been marked as delivered.</Table.Cell>
|
||||
<Table.Cell>All items in the order have been marked as delivered or picked-up.</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Partially Returned</Table.Cell>
|
||||
@@ -114,6 +114,12 @@ This can also change the order's fulfillment status to "Partially Fulfilled" or
|
||||
|
||||
## Add a Shipment to a Fulfillment
|
||||
|
||||
<Note>
|
||||
|
||||
You can only add a shipment to a fulfillment if its shipping option isn't a pickup option.
|
||||
|
||||
</Note>
|
||||
|
||||
After you create a fulfillment, you can add a shipment to it. A shipment can have a tracking number and marks the fulfillment as shipped.
|
||||
|
||||
<Note type="warning">
|
||||
@@ -140,6 +146,12 @@ This changes the order's fulfillment status to "Partially Shipped" or "Shipped"
|
||||
|
||||
## Mark Fulfillment as Delivered
|
||||
|
||||
<Note>
|
||||
|
||||
You can only mark a fulfillment as delivered if its shipping option isn't a pickup option.
|
||||
|
||||
</Note>
|
||||
|
||||
You can mark a fulfillment as delivered, even if it hasn't been shipped. This can be useful if you deliver items to the customer using external methods.
|
||||
|
||||
<Note type="warning">
|
||||
@@ -153,7 +165,7 @@ To mark the fulfillment as delivered:
|
||||
1. Open the order's details page.
|
||||
2. Scroll down to the Fulfillment section. If you have more than one fulfillment, find the fulfillment you're looking for.
|
||||
3. Click on the "Mark as delivered" button at the bottom right of the section.
|
||||
4. Confirm marking the order as delivered by clicking the "Continue" button in the pop-up
|
||||
4. Confirm marking the fulfillment as delivered by clicking the "Continue" button in the pop-up
|
||||
|
||||

|
||||
|
||||
@@ -161,6 +173,29 @@ This changes the order's fulfillment status to "Partially Delivered" or "Deliver
|
||||
|
||||
---
|
||||
|
||||
## Mark Fulfillment as Picked Up
|
||||
|
||||
If the fulfillment's shipping option is a pickup option, you can mark the fulfillment as picked up. This can be useful if the customer picks up the items in person.
|
||||
|
||||
<Note type="warning">
|
||||
|
||||
Marking a fulfillment as picked up is irreversible. You can't cancel the fulfillment or the order afterwards.
|
||||
|
||||
</Note>
|
||||
|
||||
To mark the fulfillment as picked up:
|
||||
|
||||
1. Open the order's details page.
|
||||
2. Scroll down to the Fulfillment section. If you have more than one fulfillment, find the fulfillment you're looking for.
|
||||
3. Click on the "Mark as picked up" button at the bottom right of the section.
|
||||
4. Confirm marking the fulfillment as picked up by clicking the "Continue" button in the pop-up.
|
||||
|
||||

|
||||
|
||||
This changes the order's fulfillment status to "Partially Delivered" or "Delivered" depending on the items picked up.
|
||||
|
||||
---
|
||||
|
||||
## Cancel a Fulfillment
|
||||
|
||||
You can cancel a fulfillment if you haven't shipped or marked it as delivered yet. This can be useful if you need to change the items fulfilled or if the customer cancels the order.
|
||||
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
} from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Order Details`,
|
||||
title: `Manage Order Details in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -3,7 +3,7 @@ sidebar_autogenerate_exclude: true
|
||||
---
|
||||
|
||||
export const metadata = {
|
||||
title: `Orders Overview`,
|
||||
title: `Orders Overview in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
@@ -9,7 +9,7 @@ import {
|
||||
import { Table } from "docs-ui"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Order Payments`,
|
||||
title: `Manage Order Payments in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
@@ -148,8 +148,6 @@ The link is then copied and you can share it with the customer to authorize the
|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
{/* TODO add link to guide once available */}
|
||||
|
||||
If the payment link doesn't start with a domain or has a domain that doesn't match your storefront, refer your technical team to [this guide](#) to set up the storefront domain.
|
||||
If the payment link doesn't start with a domain or has a domain that doesn't match your storefront, refer your technical team to [this guide](!resources!/references/medusa-config#storefronturl) to set up the storefront domain.
|
||||
|
||||
</Note>
|
||||
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
} from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Manage Order Returns`,
|
||||
title: `Manage Order Returns in Medusa Admin`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
Reference in New Issue
Block a user