Where to create an export
The Exports section is located at https://fynode.com/exports and contains a list of exports the user has created. After registration the list includes a default system PDF export named "Order export", which cannot be deleted or edited. The list shows basic information like name, export type and creation date.
Template, formats and placeholders
In the template you can use many placeholders like {order.id}, {order.number}, {order.client.email} or {order.product.name} which the system replaces with current order data. For Excel export you enter any number of rows, each row represents one CSV row and rows are separated by semicolons, while PDF export expects HTML code. The finished export can then be used in the Export bulk action in the order list.