# Common Reasons Why Discounts Don't Work

## Product Block

If an order contains a product that **blocks discounts**, the **entire order** becomes ineligible for discounts.

[Product Details](/menu/products/product-configurations/product-details.md)

{% hint style="info" %}
Exception: If the discount is configured to **override product blocks**, it will still apply.
{% endhint %}

## Alcohol

If an order includes any product marked as **alcohol**, **discounts cannot be applied** to that order.

[Setting Alcohol Flag](/menu/products/product-configurations/product-details/setting-alcohol-flag.md)

## User Not Eligible

If the customer is **not listed under the Consumers tab,** the discount will not apply.

### Common Scenario

The email that received the discount code differs from the email used to log in on the website or app.

### How to Verify

Navigate to the discount consumer tab, then **search for the customer's email** to confirm eligibility.


---

# Agent Instructions: 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.bossithq.com/discounts/common-reasons-why-discounts-dont-work.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.
