> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/memberships/shop-discounts-for-memberships.md).

# Shop Discounts for Memberships

### Overview

You can give members a discount on Shop products as a Membership perk. The discount is set per Membership, so different Membership tiers can carry different discounts. It applies automatically when the member buys from the Shop — the member doesn't need to do anything.

### Set a Shop Discount on a Membership

* Open the **Memberships** page of the Dashboard
* Click the Membership you want to edit (or create a new one)
* In the Benefits section of the Membership panel, find:
  * **Shop Discount Percentage** — a value from 0 to 100. This percentage comes off Shop products. 0% means no discount, which is the default.
* Save the Membership

\[SCREENSHOT NEEDED: Membership panel Benefits section showing the Shop Discount Percentage field next to the Coaching and Ball Machine discount fields]

### How the Discount Behaves

* The discount only applies to Shop products that have discounts enabled. You can turn this on per product with the **Apply Discounts** setting on the Shop page.
* The discount only applies when the Membership covers the Area where the product is sold.
* When buying, the Customer sees the reduced price along with a label naming their Membership — for example, "Gold member discount".
* Members on a paused Membership do not receive the discount while paused.

{% hint style="info" %}
Set the percentage to 0 on any Membership that shouldn't include a Shop discount — for example, a basic tier where the perk is reserved for premium Memberships.
{% endhint %}

**PLEASE NOTE:** If you would like to offer this feature, please contact your PodPlay CSM. When it is enabled, it replaces the previous automatic Shop discounts for staff and members, so set the desired percentage on each Membership before requesting activation.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/memberships/shop-discounts-for-memberships.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
