> ## 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.

# Setting Up Free Shipping from a Minimum Order Value

> Waive shipping costs from a certain order total

Goal: From a certain shopping cart value, shipping should be free for the customer.

<Steps>
  <Step title="Open Shipping Option">
    Open the relevant [shipping option](/docs/en/bc-shipping-costs/user-guide/versandoptionen) or create a new one. You can access the shipping options via the associated [shipping group](/docs/en/bc-shipping-costs/user-guide/versandgruppen).
  </Step>

  <Step title="Enter Free Amount">
    In the **Free Amount** field, enter the order total from which shipping costs are no longer charged. Orders at or above this value receive free shipping.

    <Tip>
      Alternatively, create a dedicated shipping option that applies via **Order Total from** and has the value 0 in the **Shipping Costs** field.
    </Tip>

    <Check>
      From the specified order value, no shipping is charged on the order.
    </Check>
  </Step>
</Steps>

## Related Topics

<CardGroup cols={2}>
  <Card title="Shipping Options" icon="truck" href="/docs/en/bc-shipping-costs/user-guide/versandoptionen">
    All fields of a shipping option.
  </Card>

  <Card title="Calculation in the Order" icon="calculator" href="/docs/en/bc-shipping-costs/user-guide/berechnung-im-auftrag">
    Calculate shipping costs on the order.
  </Card>
</CardGroup>
