> For the complete documentation index, see [llms.txt](https://docs.yaycommerce.com/yaypricing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yaycommerce.com/yaypricing/use-cases/first-time-order-discount.md).

# First time order discount

YayPricing allows you to offer a discount to **new users** on their **first order**. You can provide a WooCommerce first order discount on specific products, categories, or all the products.

Here's how to set up **Give $10 if a customer places an order for the first time**.

1. Add new cart discount
2. Specify discount type as **fixed discount** and discount value as **$10**

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

3. Open **Conditions** tab and add your conditions

Here I'm specifying just a single condition as **Customer order count is less than 1**.

You can also add further conditions and set it to *required all* before applying the discount.

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

4. Save changes and see how it works!

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

{% hint style="info" %}
Please note:&#x20;

* The user should be logged in while placing the order so that their role will be seen as “new customer” or not.
* WooCommerce first order discount won't apply for guest checkout.&#x20;
  {% endhint %}

Please watch the video below for a detailed walkthrough on First order discount in WooCommerce.&#x20;

{% embed url="<https://www.youtube.com/watch?t=240s&v=mO0NxtXnJx4>" %}

*Happy discount-ing!*


---

# 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.yaycommerce.com/yaypricing/use-cases/first-time-order-discount.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.
