> For the complete documentation index, see [llms.txt](https://docs.hubyte.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hubyte.de/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/minimum-order-value.md).

# Minimum order value

The plugin allows you to configure a **minimum order value** for each supplier or manufacturer. If this value is not reached in the cart, the customer cannot complete the checkout process.

***

## Configuration

Configure the minimum order value on the supplier detail page:\
**Catalogues > Suppliers > \[Select supplier] > Minimum order value**

| Field                   | Description                                                |
| ----------------------- | ---------------------------------------------------------- |
| **Minimum order value** | Minimum order amount for products of this supplier (gross) |

***

## How it works in the cart

The plugin checks the cart in real time:

1. Customer adds products to the cart
2. Plugin calculates the cart value per supplier
3. If the value for a supplier falls below the minimum order value, an error message is displayed in the cart indicating the minimum order value
4. The checkout button is blocked until the minimum order value is reached

***

## Error message in the shop

<figure><img src="/files/AwHMYdyOlbGOrHlBPhdm" alt=""><figcaption></figcaption></figure>

Customers see a notice message containing:

* Name of the affected supplier
* Currently reached order value
* Required minimum order value

**Example:**

> "The minimum order value for supplier 'Sample Supplier Ltd' is 200.00 EUR. Current cart value: 100.00 EUR."

> **Note:** The text of this notice is a customizable text snippet (`checkout.hue-supplier-minimum-value`). See [Text snippets](/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/text-snippets.md) for how to change the text and the available placeholders.

***

## Multiple suppliers in the cart

If the cart contains products from multiple suppliers, the minimum order value is checked separately for each supplier. Checkout is only possible once all minimum order values are met.

***

## Suppliers without a minimum order value

If no minimum order value is configured (or the value is `0`), there are no restrictions for that supplier.

***

## Notes

* The minimum order value refers to the **gross price** of products belonging to the respective supplier
* Shipping costs and other fee positions are not included
* The minimum order value only applies to products assigned to the supplier


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hubyte.de/dropshipping-bestellung-an-lieferanten-herstelle/english-documentation/minimum-order-value.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
