> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/faq/faq-pour-le-parametrage/pourquoi-les-reductions-parametrees-dans-le-produit-napparaissent-pas-en-ligne.md).

# Why don't the discounts set in the product appear online?

### Introduction

In Yoplanning.pro, you may find that you set discounts on a product, but they don't appear when selling online. This is due to the way Yoplanning manages planning sessions and products. In this article, we'll explain why this happens and how to resolve the issue.

### Understanding how products and sessions work

In Yoplanning, everything happens at the session level on the schedule. Products are simply templates used to create these sessions.

Therefore, the information contained in the sessions may differ from what you have in the product. This allows us to adapt prices based on different criteria, such as seasonality, for example.

So, if a discount you set in the product does not appear during online sales, it is most likely because it is not present in the sessions.

### Steps to make the discount visible online

**1. Access the relevant session**

* Go to your **schedule** and log in to modify it.
* If the session is repetitive, start with the **first upcoming session** from now on.

**2. Set the discount in the session**

* Look for the **"Fare Variation"** section or anything else related to fares.
* Fill in the discount details, ensuring they match those defined in the product.

**3. Save changes**

* Click **"Save"** to apply the changes.

**4. Repeat if necessary**

* If you have multiple sessions, repeat this process for **each applicable session** to ensure the discount appears across all online sales.

### **Tips for use and best practices**

* **Check your sessions after any product changes**: Changes made to a product do not automatically apply to existing sessions.
* **Update your discounts regularly** based on seasonality or promotional offers.
* **Anticipate your needs**: Configure your discounts before creating new sessions to avoid manual adjustments.
* **Test your online sales** to verify that discounts are appearing before launching a promotional campaign.

### **Common Problems and Solutions**

* **Issue: Discount not appearing online** **Solution**: Make sure you have also configured the discount in the corresponding **sessions**, not just in the product.
* **Issue: Change not applying to repeating sessions** **Solution**: Start by changing the **first upcoming session** in the repeating series, then apply the changes to all subsequent sessions.

### **Conclusion**

While setting up discounts may seem complex at first, it becomes easier once you understand the **relationship between products and sessions**. By following this process, your discounts will be correctly applied during online sales, ensuring a seamless experience for your customers.

Please feel free to contact our support team if you need further assistance or encounter any issues. With precise settings, you can optimally manage your rates and discounts on Yoplanning.pro.


---

# 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.yoplanning.support/en/faq/faq-pour-le-parametrage/pourquoi-les-reductions-parametrees-dans-le-produit-napparaissent-pas-en-ligne.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.
