docs: added "Products Overview" user guide (#2082)

* docs: added products overview

* docs: small changes to orders overview
This commit is contained in:
Shahed Nasser
2022-08-23 16:37:02 +03:00
committed by GitHub
parent 7b6148c1dd
commit b87b83c7d3
3 changed files with 184 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ You can use filters to retrieve only orders matching specific criteria.
On the Orders list page, youll find quick filters such as “Complete” and “Incomplete” at the top of the list. These filters show the complete and incomplete orders respectively.
You can click on one of these filters to quickly filter the orders based on whether theyre complete or not.
You can click on one of these filters to quickly filter the orders.
![Activated quick filter](https://i.imgur.com/FPW8tCY.png)
@@ -52,17 +52,19 @@ To use advanced filters:
- Click on the <UiIcon lightIcon="https://i.imgur.com/alMqdZW.png" darkIcon="https://i.imgur.com/He8m6qd.png" alt="plus" /> icon next to Filters. This will toggle a dropdown with categories for different fields.
- You can click on a field name to expand it and choose a filter for that field.
- Click on the Apply button at the top of the dropdown.
This will retrieve the orders based on the filters youve selected.
![Advanced filters dropdown with more than one filter selected](https://i.imgur.com/7N1OELc.png)
Once youre done, you can click on the Apply button at the top of the dropdown. This will retrieve the orders based on the filters youve selected.
### Save Advanced Filters as Quick Filters
If there are filters that you need to use frequently, you can give the set of filters a name and save them to be used later. For example, you can save the filters used in the previous example as “European Orders”.
To save an advanced filter:
- Click on the <UiIcon lightIcon="https://i.imgur.com/alMqdZW.png" darkIcon="https://i.imgur.com/He8m6qd.png" alt="plus" /> icon next to Filters.
- Choose your filters from the dropdown.
- Choose a name for the filters in the input at the end of the dropdown.
- Click the Save button.
@@ -98,7 +100,7 @@ Clearing filters does not delete saved quick filters. You can still apply them b
You can search for orders by clicking the <UiIcon lightIcon="https://i.imgur.com/efyG8WQ.png" darkIcon="https://i.imgur.com/NgocLvX.png" alt="magnifier" /> icon at the top right of the order list. When you search orders, you are searching by the first name supplied in the shipping address, the email associated with the order, and the order ID.
![Search orders by name](https://i.imgur.com/Z09rbmQ.png)
![Search orders by customer name](https://i.imgur.com/Z09rbmQ.png)
## Search Draft Orders