# POP Discount

## Overview

The Point of Purchase (POP) Discount feature is a type of automated discount that offers fuel at a discounted price based on certain qualifying characteristics in the transaction.

Those characteristics can be the purchase of a specific PLU (perhaps, Car Wash), payment with a specific MOP (perhaps, Cash), payment with a specific card type (the site’s own payment card type), purchase of a minimum amount from a department (perhaps, Premium Fuel) or membership in the site’s loyalty program.

This broad variety of options is provided to offer flexibility. Running more than two types of POP promotions at the same time can be confusing for the clerks and for the customers and is not recommended.

{% hint style="info" %}
*Fuel Discounts cannot be more than $ 0.99.*
{% endhint %}

Multiple POP PPG Discounts are allowed in a single transaction. The POS stacks a maximum of three POP categories, one from each category:

* **Merchandise Based**: PLUs (#), Minimum purchase amount ($), or Min Dept Amount ($ or #)
* **Payment Based**: MOP or Card Type
* **Membership/Code Based**

{% hint style="info" %}
*Refer to the POP Discount feature reference documentation for information on this feature.*&#x20;
{% endhint %}


---

# 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.verifone.com/commander-user-reference-guides/commander-user-references/commander-user-reference-56.03/pop-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.
