docs: Added "Manage a Gift Card" user guide (#2089)

* docs: Added "Gift Cards" user guide

* fixed images quality
This commit is contained in:
Shahed Nasser
2022-08-24 15:42:16 +03:00
committed by GitHub
parent d3c6fd7004
commit da77a714fa
7 changed files with 294 additions and 43 deletions

View File

@@ -42,7 +42,7 @@ On the Orders list page, youll find quick filters such as “Complete” and
You can click on one of these filters to quickly filter the orders.
![Activated quick filter](https://i.imgur.com/FPW8tCY.png)
![Activated quick filter](https://i.imgur.com/eVwD0JP.png)
### Advanced Filters
@@ -50,13 +50,13 @@ You can use advanced filters to furthermore limit the orders shown based on spec
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.
- Click on the <UiIcon lightIcon="https://i.imgur.com/1hL8NiW.png" darkIcon="https://i.imgur.com/8LtkPqW.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)
![Advanced filters dropdown with more than one filter selected](https://i.imgur.com/rg9nKcS.png)
### Save Advanced Filters as Quick Filters
@@ -64,22 +64,22 @@ If there are filters that you need to use frequently, you can give the set of fi
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.
- Click on the <UiIcon lightIcon="https://i.imgur.com/1hL8NiW.png" darkIcon="https://i.imgur.com/8LtkPqW.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.
![Give the filters a name and click Save](https://i.imgur.com/HhLVYkh.png)
![Give the filters a name and click Save](https://i.imgur.com/0nKZ5BX.png)
Once you click Save, you should see the new filter you added next to the Quick Filters at the top of the orders list.
![Saved Filter shows as a quick filter](https://i.imgur.com/1ep3hVy.png)
![Saved Filter shows as a quick filter](https://i.imgur.com/ymuSHkv.png)
To apply a saved quick filter, just click on it.
### Delete Saved Quick Filters
You can delete any saved filter youve created. To do that, simply click on the <UiIcon lightIcon="https://i.imgur.com/FFwnF0m.png" darkIcon="https://i.imgur.com/ZZN7BfE.png" alt="X" /> icon next to the quick filters name, and it will be deleted.
You can delete any saved filter youve created. To do that, simply click on the <UiIcon lightIcon="https://i.imgur.com/kvGRHQR.png" darkIcon="https://i.imgur.com/kvGRHQR.png" alt="X" /> icon next to the quick filters name, and it will be deleted.
### Clear Filters
@@ -88,7 +88,7 @@ To clear all applied filters:
- Click on the + icon next to Filters.
- Click on the Clear button.
![Click clear button in the advanced filters dropdown](https://i.imgur.com/1ra8L7o.png)
![Click clear button in the advanced filters dropdown](https://i.imgur.com/ArawLDT.png)
:::info
@@ -98,13 +98,13 @@ Clearing filters does not delete saved quick filters. You can still apply them b
## Search Orders
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.
You can search for orders 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 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 customer name](https://i.imgur.com/Z09rbmQ.png)
## Search Draft Orders
You can search for draft 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 draft order list. When you search draft orders, you are searching by the email associated with the draft order and the draft orders ID.
You can search for draft orders 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 draft order list. When you search draft orders, you are searching by the email associated with the draft order and the draft orders ID.
![Search draft orders by email](https://i.imgur.com/el0Y9WS.png)