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

# dynamic commerce - Set Up Discount Vouchers

> Create discount vouchers with individual codes for campaigns.

Fundamentally, vouchers can be distinguished between value vouchers and discount vouchers.

Here we show you how to create discount vouchers.

A discount voucher consists of a specific percentage value that can be deducted from one or more orders. The code of a discount voucher can be used multiple times.

Any number of vouchers can be created per webshop. These can be assigned to one or any number of voucher groups. In this example, we are creating discount vouchers.

<Steps>
  <Step>
    ## Step 1: Open the Voucher Card

    Navigate to the Vouchers section by entering "Voucher Overview" in the search.

    <Columns cols={2}>
      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/gutscheinkarte-oeffnen.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=c65f108d6713f3da563d3c36af9872b9" alt="Open Voucher Card" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/gutscheinkarte-oeffnen.png" />
        </Frame>
      </Column>

      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/gutschein-uebersicht.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=78cc2f03a653f0f92208f8aaff802655" alt="Voucher Overview" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/gutschein-uebersicht.png" />
        </Frame>
      </Column>
    </Columns>
  </Step>

  <Step>
    ## Step 2: Create a Discount Voucher

    To create a voucher, select the "New" button to access the voucher card. The new entry is inserted above the currently selected row. In our example, we name the voucher "10%-Discount" with the description "10% Discount". We also select "Percent" as the value type and do not check the "Value Voucher" checkbox.

    <Frame>
      <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/rabattgutschein-anlegen.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=df0e1373022d22d102d50b3b942f1ae2" alt="Create Discount Voucher" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/rabattgutschein-anlegen.png" />
    </Frame>
  </Step>

  <Step>
    ## Step 3: Generate Voucher Lines

    To create different codes for discount vouchers, click the "Action" FastTab and then on "Generate Voucher Lines" to access the voucher code configuration.

    <Frame>
      <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/gutscheinzeilen-erzeugen.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=9bbc446f324584d9a507bcef2b0f469f" alt="Generate Voucher Lines" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/gutscheinzeilen-erzeugen.png" />
    </Frame>
  </Step>

  <Step>
    ## Step 4: Configure Voucher Codes

    In this view, we want to generate 10 voucher codes in our example that grant a 10% discount on orders. We also specify that the discount is only applied from a minimum purchase value of €50. The prefix can be chosen freely and the code per voucher may be used a maximum of once. For this example configuration, we select the following settings:

    Under the Configuration menu item:

    * Prefix: R

    * Number of random characters: 6

    * Number of voucher lines: 10

    Under the Voucher Type menu item:

    * Discount: 10.00

    Under the Conditions menu item:

    * From amount: 50.00

    * Max. number of uses: 1

    <Columns cols={2}>
      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/gutscheincodes-konfigurieren.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=3fc3655570941723764f139d18268fe2" alt="Configure Voucher Codes" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/gutscheincodes-konfigurieren.png" />
        </Frame>
      </Column>

      <Column>
        <Frame>
          <img src="https://mintcdn.com/dcag/thAHeqyewDZNc87r/images/dynamic-commerce/rabattgutscheine-einrichten/gutscheincodes-konfigurieren-2.png?fit=max&auto=format&n=thAHeqyewDZNc87r&q=85&s=3d9d96fc746707ab9e030e23c152b440" alt="Configure Voucher Codes" width="1080" height="643" data-path="images/dynamic-commerce/rabattgutscheine-einrichten/gutscheincodes-konfigurieren-2.png" />
        </Frame>
      </Column>
    </Columns>
  </Step>
</Steps>

## Related Topics

<CardGroup cols={2}>
  <Card title="Set Up Value Vouchers" icon="ticket" href="/docs/en/dynamic-commerce/user-guide/wertgutscheine-einrichten">
    Create value vouchers as a means of payment.
  </Card>

  <Card title="Set Up Webshop Campaign 2Plus1" icon="bullhorn" href="/docs/en/dynamic-commerce/user-guide/webshop-kampagne-2plus1-einrichten">
    Run 2-plus-1 campaigns in the webshop.
  </Card>
</CardGroup>
