docs: general updates and fixes (#13620)

This commit is contained in:
Shahed Nasser
2025-09-30 08:45:30 +03:00
committed by GitHub
parent dda756dfaa
commit f970e1355a
47 changed files with 358 additions and 306 deletions
@@ -104,7 +104,7 @@ To allocate these items manually:
To edit the shipping address used for an order:
1. Open the order details page.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon at the top right of the Customer section.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon in the Customer section header.
3. Click on "Shipping address" from the dropdown.
4. In the side window that opens, update the address details.
5. Once youre done, click on the Save button.
@@ -118,7 +118,7 @@ To edit the shipping address used for an order:
To edit the billing address used for an order:
1. Open the order details page.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon at the top right of the Customer section.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon in the Customer section header.
3. Click on "Billing address" from the dropdown.
4. In the side window that opens, update the address details.
5. Once youre done, click on the Save button.
@@ -134,7 +134,7 @@ You can edit the email address of an order to send order-update notifications to
To edit the email address associated with an order:
1. Open the order details page.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon at the top right of the Customer section.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon in the Customer section header.
3. Click on "Email" from the dropdown.
4. In the side window that opens, edit the email address.
5. Once youre done, click on the Save button.
@@ -158,7 +158,7 @@ When you transfer the ownership of an order, the original customer will receive
To transfer the ownership of an order to another customer:
1. Open the order details page.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon at the top right of the Customer section.
2. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dot" /> icon in the Customer section header.
3. Click on "Transfer ownership" from the dropdown.
4. In the side window that opens, choose the new customer from the dropdown under the "New owner" section.
5. Once you're done, click on the Save button.
@@ -193,7 +193,7 @@ Canceling an order is irreversible.
To cancel an order:
1. Open the order details page.
2. In the first section showing the orders number, click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> at its right.
2. In the first section showing the orders number, click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> next to it.
3. Click on Cancel from the dropdown.
4. Confirm canceling the order by clicking the “Continue” button in the pop-up.