# Display options for affiliates

#### Display of orders per day as a diagram

This configuration activates a bar chart for affiliates, which shows the number of orders per day for each affiliate.

#### Display of paid out provisions per day as a diagram

This displays the value of payments per day for each affiliate as a bar chart in their personal affiliate area.

#### Listing of the best-selling products of the affiliate

When this configuration is activated, the affiliate's most promoted products are displayed as a table within their personal affiliate area.

#### Activate export of promoted products for affiliates

Since version 3.1.0 of the extension, every affiliate transaction stores which products contributed to the total provision and with what value. This is purely statistical data that has no influence on the actual provision calculation. If desired, this option can be used to activate an export function in the affiliate area for customers, allowing them to download a CSV file of the promoted products themselves. Shop administrators can of course also generate the CSV file independently of this setting in the administration area.

For orders placed before the update, automatic recalculation of the data based on the current affiliate product groups is possible. It should be noted that multipliers based on the number of orders - if activated - are not included in the calculation. However, this has no effect on the affiliates' credit balance, but only statistical implications. The console command is as follows:

```
bin/console cogi-affiliate:compute-transaction-products
```


---

# 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.codegiganten.de/plugin-documentation/en/apps/affiliate-marketing/configuration/display-options-for-affiliates.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.
