> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paysight.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Discount Codes

> Store discount entries and values.

Discount Codes lets customers enter a code at checkout to receive a percentage discount.

<Info>
  Find this module in **Shopify Stores** > **Edit Checkout** > **Offers**.
</Info>

## How it works

Use this module for code-based discounts. Use Bundle Discounts when the discount should apply automatically based on cart contents.

## Settings reference

<AccordionGroup>
  <Accordion title="Discount codes">
    **You will set:** Code list

    The list of manual discount codes customers can enter.
  </Accordion>

  <Accordion title="Discount code">
    **You will set:** Text field

    The exact code customers type into checkout.

    **Example:** `WELCOME10` or `VIP20`.
  </Accordion>

  <Accordion title="Discount value">
    **You will set:** Percentage field

    The percentage discount applied by the code.
  </Accordion>

  <Accordion title="Code order">
    **You will set:** Move up/down controls

    The order discount code rows appear in the editor. This is mainly for organization.
  </Accordion>
</AccordionGroup>

## Examples

<Tabs>
  <Tab title="Welcome code">
    Create WELCOME10 with a 10 percent value for a launch campaign.
  </Tab>

  <Tab title="VIP code">
    Create a higher-value code for a limited customer list, then remove it after the campaign.
  </Tab>

  <Tab title="Automatic alternative">
    Use Bundle Discounts instead when the customer should not need to type a code.
  </Tab>
</Tabs>

## Before saving

* Confirm code spelling exactly with the client.
* Confirm whether the code can combine with automatic bundle discounts.
* Remove expired campaign codes.

## Related modules

<CardGroup cols={2}>
  <Card title="Bundle Discounts" icon="arrow-right" href="/guides/shopify-store-editor/bundle-discounts">
    Configure automatic BOGO, quantity, percent, fixed, product, and store-wide rules.
  </Card>

  <Card title="Checkout Add-ons" icon="arrow-right" href="/guides/shopify-store-editor/checkout-add-ons">
    Offer optional products during checkout before the order is complete.
  </Card>
</CardGroup>
