Files
medusa-store/www/apps/user-guide/app/discounts/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

37 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
sidebar_autogenerate_exclude: true
---
export const metadata = {
title: `Discounts`,
}
# {metadata.title}
In this document, youll get an overview of types of discounts and the Discounts page.
## Overview
You can create discounts of different types in Medusa that customers use on checkout:
- **Percentage Discounts** to deduct a percentage of the total amount of an order.
- **Fixed Discounts** to deduct a fixed amount from the total amount of an order.
- **Free Shipping** to override the delivery amount of an order and make it free.
Discounts are in the form of a code that your customers use. Discounts have conditions and options, such as start and end dates, or what products is the discount applied to.
---
## View List of Discounts
You can view the list of available discounts in your ecommerce store by clicking on Discounts from the sidebar menu.
The list shows discount details such as the code, description, value, and status.
---
## Learn More About Discounts
- [Create a Discount](./create/page.mdx)
- [Manage Discounts](./manage/page.mdx)