docs: rearrange user guide (#2127)

* added lists guide

* restructure existing guides

* added new pages after restructuring

* added blank pages + rearranged sidebar
This commit is contained in:
Shahed Nasser
2022-08-30 16:22:06 +03:00
committed by GitHub
parent 5a68665f33
commit f3170ba529
57 changed files with 1331 additions and 1309 deletions
@@ -0,0 +1,6 @@
{
"position": 5,
"collapsed": false,
"link": null,
"label": "Customers"
}
@@ -0,0 +1,11 @@
---
sidebar_position: 3
---
# Manage Customer Groups
:::note
This guide is coming soon.
:::
@@ -0,0 +1,36 @@
---
sidebar_position: 1
---
# Customers Overview
In this document, you’ll get an overview of the customer listing page and all the things you can do with it.
## Overview
You can find the list of signed up customers on your store in the Customers page. For each of those customers, you can view details such as their orders, or personal information.
Part of the Customers domain is also Customer Groups. Customer groups allow you to put together a set of customers for business purposes. For example, you can create a VIP customer group for customers that you want to give special discounts.
---
## View List of Customers
You can view the list of available customers in your ecommerce store by clicking on Customers from the sidebar menu.
In the list, you can see customer details such as the customer’s name, email address, and the number of orders.
---
## View List of Customer Groups
You can view the list of customer groups on the Customer Groups page by clicking on the grey Groups headline next to the Customers headline.
In the list, you can see group details such as the group’s title and the number of customers in the group.
---
## Learn More About Customers
- [Manage and View a Customer’s Details](./manage.md)
- [Manage and View a Customer Group](./groups.md)
@@ -1,54 +0,0 @@
import UiIcon from '@site/src/components/UiIcon';
# Customers Overview
In this document, you’ll get an overview of the customer listing page and all the things you can do with it.
## View List of Customers
You can view the list of available customers in your ecommerce store by clicking on Customers from the sidebar menu.
![Customers List](https://i.imgur.com/VXclXqd.png)
In the list, you can see customer details such as the customer’s name, email address, and the number of orders.
:::tip
If there are more than 15 customers, the list will be split into multiple pages. You can navigate between pages by clicking the arrows at the bottom of the list.
:::
## View List of Customer Groups
Customer groups allow you to put together a set of customers for business purposes. For example, you can create a VIP customer group for customers that you want to give special discounts.
You can view the list of customer groups on the Customer Groups page by clicking on the grey Groups headline next to the Customers headline.
![Customer Groups List](https://i.imgur.com/z1nEvhX.png)
In the list, you can see group details such as the group’s title and the number of customers in the group.
:::tip
If there are more than 15 customer groups, the list will be split into multiple pages. You can navigate between pages by clicking the arrows at the bottom of the list.
:::
## Search Customers
You can search for customers by clicking the <UiIcon lightIcon="https://i.imgur.com/k0U0wpO.png" darkIcon="https://i.imgur.com/IdKjFak.png" alt="magnifier" /> icon at the top right of the customer list. When you search for customers, you search by their first name, last name, and email.
![Search customers by name](https://i.imgur.com/c0IFMej.png)
## Search Customer Groups
You can search for customer groups by clicking the <UiIcon lightIcon="https://i.imgur.com/k0U0wpO.png" darkIcon="https://i.imgur.com/IdKjFak.png" alt="magnifier" /> icon at the top right of the group list. When you search groups, you search by the customer group’s title.
![Search customer groups by title](https://i.imgur.com/aksN5eW.png)
## What More Can you Do with Customers?
The Customers pages in the Medusa Admin include many functionalities including:
- Manage and View a Customer’s Details
- Manage and View a Customer Group
@@ -0,0 +1,11 @@
---
sidebar_position: 2
---
# Manage Customers
:::note
This guide is coming soon.
:::