docs: more updates after 2.7.0 update (#12156)

* docs: more updates after 2.7.0 update

* add versions

* small fix

* add plugin keywords

* change to text
This commit is contained in:
Shahed Nasser
2025-04-11 15:55:52 +03:00
committed by GitHub
parent 9d0b6a136f
commit f8023f419e
9 changed files with 15763 additions and 15495 deletions
@@ -170,6 +170,45 @@ To edit the customer's metadata:
---
## Manage Customer's Addresses
You can view and manage a customer's address from the "Addresses" section on the customer's details page. This is useful when you need to make changes to the customer's shipping or billing address in an order.
<Note>
The Address section and management features are only available after This injection zone is available since [Medusa v2.7.0](https://github.com/medusajs/medusa/releases/tag/v2.7.0).
</Note>
### Add Customer Address
To add an address to a customer:
1. Go to the customer's details page.
2. Click on the "Add" button at the top right of the "Addresses" section.
3. In the form that opens, enter the address details including name, address line, apartment, postal code, city, country, state, company, and phone number.
4. Once you're done, click the Save button.
![Add address form](https://res.cloudinary.com/dza7lstvk/image/upload/v1744363680/User%20Guide/Screenshot_2025-04-11_at_12.27.45_PM_h0fkqm.png)
### Delete Customer Address
<Note type="warning">
Deleting an address is irreversible.
</Note>
To delete a customer address:
1. Go to the customer's details page.
2. Find the address in the "Addresses" section.
3. Click on the <InlineIcon Icon={EllipsisHorizontal} alt="three dots" /> icon at the right of the address.
4. Choose Delete from the dropdown.
5. In the pop-up, enter the address name and click the "Delete" button.
---
## Delete a Customer
<Note type="warning">
+24 -14
View File
@@ -10,13 +10,13 @@ export const metadata = {
Medusa Admin comes with multi-language support. Multi-language support is only for the Medusa Admin interface, not for the content, such as product description.
This document covers the complete list of available languages, both official and by the community. To learn how to change the language, refer to [this documentation](../../settings/profile/page.mdx).
This document covers the complete list of available languages, both official and by the community.
<Note>
## How to Change the Language
Can't find your language? Learn how you can contribute by translating the admin to other languages [here](!docs!/learn/resources/contribution-guidelines/admin-translations).
To learn how to change the language, refer to the [Manage Profile](../../settings/profile/page.mdx) guide.
</Note>
---
## Official Languages
@@ -30,22 +30,32 @@ Languages listed in this section are contributed by the Medusa community. So, th
</Note>
- Español
- Ελληνικά
- Čeština
- Deutsch
- Español
- Français
- Italiano
- 日本語
- Lietuviškai
- Polski
- Português (Brasil)
- Türkçe
- ไทย
- Українська
- Română
- Tiếng Việt
- Türkçe
- Ελληνικά
- Български
- Македонски
- Монгол
- العربية
- 简体中文
- فارسی
- Čeština
- Русский
- Українська
- العربية
- فارسی
- ไทย
- 한국어
- 日本語
- 简体中文
<Note>
Can't find your language? Learn how you can contribute by translating the admin to other languages [here](!docs!/learn/resources/contribution-guidelines/admin-translations).
</Note>