> For the complete documentation index, see [llms.txt](https://docs.shop-studio.io/shopware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shop-studio.io/shopware/de/erweiterungen/tree-per-order/how-it-works/treemates.md).

# TreeMates als Anbieter

Mit [TreeMates](https://www.treemates.net/) als Anbieter ist der Spendenablauf einfach gestaltet und teilweise automatisiert:

1. Der Kunde entscheidet sich beim Checkout erstmal, ob er einen Baum pflanzen möchte.
2. Wenn er sich dafür entscheidet und die Bestellung abschließt, wird erstmal eine neue "Baumpflanzung" mit dem Status `In Bearbeitung` im Admin angelegt.
3. Erst wenn der Bestellstatus auf `Abgeschlossen` gesetzt wird, wird TreeMates über einen API-Aufruf mitgeteilt, dass ein neuer Baum gepflanzt werden soll. Der Status der dazugehörigen Baumpflanzung wird dann auf `Gepflanzt` gesetzt.
4. Wenn in den Einstellung die Checkbox `Zertifikat an Kunden senden` aktiviert wurde, sendet TreeMates an den Kunden ein Spendenzertifikat per Email.
5. Einmal im Monat sendet TreeMates eine Rechnung an den Shopbetreiber, die manuell überwiesen werden muss.

### Preisgestaltung des Spendenprodukts

Bei der Aktivierung der App wird automatisch ein Spendenprodukt erstellt und es werden auch bereits einige Preise gesetzt. Bei TreeMates als Anbieter gibt es für jede Währung festdefinierte Preise, die du der folgenden Tabelle entnehmen kannst:

| Währung | Betrag |
| ------- | ------ |
| EUR     | 2.00   |
| GBP     | 2.00   |
| CHF     | 2.00   |
| PLN     | 10.00  |
| USD     | 2.00   |

Daher gibt es nicht die Möglichkeit z.B. statt 2 Euro nur 1 Euro zu nehmen für jeden Baum. Das bedeutet aber auch, dass es technisch gesehen keine Auswirkung hat die Preise im Spendenprodukt zu ändern, auch wenn im Checkout der Preis angepasst wird. Allein die Währung bestimmt am Ende, welcher Betrag in die Endrechnung eingerechnet wird.

{% hint style="info" %}
Wenn eine Bestellung mit einer anderen Währung als oben in der Tabelle gemacht wird und der Kunde sich für eine Spende entschieden hat, werden immer 2 $ abgerechnet.
{% endhint %}


---

# 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.shop-studio.io/shopware/de/erweiterungen/tree-per-order/how-it-works/treemates.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.
