# Order Actions

The Order Actions panel is located at the bottom of the cart in the POS interface. It provides quick access to several essential order management features.

![Order Actions in the POS](/img/order-actions.png)

Order Actions in the POS

## Order Note[​](#order-note "Directe link naar Order Note")

![Order Note in the POS](/img/order-note.png)

Order Note modal in the POS (left) and Order Note in the WP Admin (right)

* Opens a dialogue to add a customer note to the order.
* Customer notes are visible to the customer and appear on the receipt by default, in the customer's My Account area, and in the `WP Admin > WooCommerce > Orders > Order` under the shipping address.

opmerking

Order notes are visible to customers.

## Order Meta[​](#order-meta "Directe link naar Order Meta")

![Order Meta and JSON View in the POS](/img/order-meta.png)

Order Meta and JSON View in the POS

* Opens a modal to manage additional metadata for the order.

* Features include:

  <!-- -->

  * Changing the order currency.
  * Adding a transaction ID (e.g., from an external payment terminal).
  * Adding custom meta data for the order.

opmerking

Additional features will be added to this modal over time, including integration with other WooCommerce plugins.

### What is Meta Data in WooCommerce?[​](#what-is-meta-data-in-woocommerce "Directe link naar What is Meta Data in WooCommerce?")

Meta data provides extra information about orders and is accessible via the WooCommerce REST API. Developers and plugins use this data to extend functionality, such as integrating third-party services.

### JSON View[​](#json-view "Directe link naar JSON View")

* View the raw JSON representation of the order, useful for debugging or integration purposes.

## Save to Server[​](#save-to-server "Directe link naar Save to Server")

* Allows you to save open carts to the server, so they are securely stored and accessible for future use.
* Creates a WooCommerce order with status `pos-open`.

### Why save?[​](#why-save "Directe link naar Why save?")

When a new order is created in the POS, it only exists locally. Saving the order ensures it persists, even if the local database is cleared.

See [Open Orders](/nl/pos/cart/open-orders.md) for more details on managing saved orders.

## Void[​](#void "Directe link naar Void")

* Two Scenarios:

  <!-- -->

  * Unsaved Orders:
    <!-- -->
    * If the order has not been saved to the server, it will be permanently deleted from the local database.
  * Saved Orders:
    <!-- -->
    * If the order is saved to the server, it will be moved to the Trash folder in WooCommerce and deleted from the local database.

* To recover a voided order:
  <!-- -->
  * Go to `WP Admin > WooCommerce > Orders > Trash`.

## Checkout[​](#checkout "Directe link naar Checkout")

* Saves the order to the server and initiates the checkout process.
* Opens the [checkout screen](/nl/pos/checkout/.md) to complete the payment.
