Include order notes and cart attributes on your invoices

Order notes and order attributes can help you include additional information provided by customers during checkout, such as delivery instructions, gift messages, or custom order details.

Sufio—an invoicing app for Shopify—lets you display these details directly on your invoices and other documents.

Order notes

Your invoices can display order notes, which are typically used to capture special instructions from customers.

To add order notes to your invoices:

  1. In your Sufio account, go to the SettingsDocuments page.
  2. Scroll down to the document type you want to add order notes to, such as Invoices or Credit notes.
  3. Under Notes, click Set default notes.
  4. In the Notes field, insert the {{ order.note }} property. You can use the Properties dropdown to help you find it.
  5. Repeat steps 2-4 for each document type you want to add notes to.
  6. Click the Update settings button to save your changes.

Order notes are added to the notes section, which is usually displayed at the bottom of the document.

Order attributes

Your documents can also display order attributes. Order attributes let you collect additional information about an order on the cart page.

The order attributes array contains entries with name and value key pairs. These attributes are added to the notes section of the document and are typically displayed at the bottom of the document.

To display order attributes on your documents, insert one of the following properties into the Notes field using the steps above:

  • To display the complete order attributes array, add {{ order.attributes }} to the Notes field.
  • To display the value of a single attribute, add the attribute’s name, such as {{ order.attributes.engraving }}, to the Notes field.

You can also add order attributes and other order properties to your universal document template using the template editor.