In the PRO backend, you can edit documents such as the invoice, delivery note, etc. yourself. Since it is rather complicated, you can also contact us if you want to make changes.
1. In the dashboard, go to "Administration" -> "Notifications" and click on "Documents":
2. Click on "Edit" for the document you want to edit:
3. The documents are made with different variables so that the content can be displayed dynamically. On the left you can see some available variables that you can use. For example, if you want to show the user's email, the variable would be: {{ u.email }}
4. Under "Code excerpts" you can see various excerpts in which several variables are combined in one block:
5. The Product table displays the order data of the products (e.g. product name, quantity, price, etc.):