# Remove other discounts in case Loyalty/Discount Card

**YouTube:** [How to Remove Other Discounts When Using a Loyalty or Discount Card in Sale Bill?](https://www.youtube.com/watch?v=TXfIS21m94A)

## How to Remove Other Discounts When Using a Loyalty or Discount Card in Sale Bill?

In this tutorial, we’ll demonstrate how to enable and use a **Logic ERP** feature that **automatically removes all other discounts** (such as trade discounts or schemes) when a **loyalty or discount card** is applied during billing.

***

### Access Global Settings in Logic Admin

* Open **Logic Admin**.
* Navigate to **Global Settings**.
* Under **POS Options**, go to the **POS Options 1** section.
* Locate and enable the option labeled as:&#x20;

> **"Remove other discounts in case Loyalty/Discount Card"**

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

* Click **Save** and **restart the software** to apply the change.

***

### Implement **the Functionality**

* Open the **Sale Voucher** window and begin a new transaction.
* Add an item and apply a **Trade Discount (TD)** of **6%**.

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

* Select a **Retail Customer**.
* As you proceed to save the voucher, a **Discount Card Selection** window will appear.
* Select a card (e.g., with **5% discount**) and click **OK** to apply it to the bill.

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

***

### **System Behavior**

* Upon applying the **loyalty/discount card**, the system **automatically removes any previously applied discounts** (e.g., the 6% TD).
* Only the **discount from the selected card** remains active on the bill.

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

* This behavior is triggered by the option you enabled in Logic Admin.

***

### **Benefits of This Feature**

* Ensures **consistent discount policies**.
* Prevents **stacking of multiple discount types**.
* Helps maintain **pricing control and transparency** at the point of sale.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/user-access/logic-global-admin/pos-options/pos-options-1/remove-other-discounts-in-case-loyalty-discount-card.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.
