docs: update price list's user guide (#5323)

* docs: update price list's user guide

* remove import links

* hide import prices docs

* add double quotes

* fix build error

* removed import prices section

* remove text about import
This commit is contained in:
Shahed Nasser
2023-10-09 17:31:32 +03:00
committed by GitHub
parent 85c4cdf9af
commit ef3d735113
13 changed files with 134 additions and 161 deletions
+1 -11
View File
@@ -141,7 +141,6 @@ Medusa's products configuration allows managing products of different types incl
- Create discounts and deals with advanced conditions and rules such as minimum cart quantity or specific products.
- Offer free shipping, fixed discount, or percentage discount.
- Override product prices using price lists and set special conditions such as specific customer groups.
- Import prices into a price list from a CSV file.
</LargeCard>
@@ -237,7 +236,7 @@ If you have any questions about Medusa, its features, and development with it, f
},
]} />
<DocCardList colSize={4} items={[
<DocCardList colSize={6} items={[
{
type: 'link',
href: '/modules/orders/admin/edit-order',
@@ -247,15 +246,6 @@ If you have any questions about Medusa, its features, and development with it, f
description: 'Edit an order with the Admin APIs.',
}
},
{
type: 'link',
href: '/modules/price-lists/admin/import-prices',
label: 'Import Prices',
customProps: {
icon: Icons['currency-dollar-solid'],
description: 'Import prices to Medusa.',
}
},
{
type: 'link',
href: '/modules/sales-channels/admin/manage',