> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scayla.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Add items block

> Let customers add new products to their order before fulfillment starts.

The **Add items** block renders as a standalone button that opens a product search modal. Use it to let customers add forgotten items to their existing order.

## How customers use it

<Steps>
  <Step title="Click the button">
    The button appears wherever you've positioned the block on the Order status
    page.
  </Step>

  <Step title="Search for a product">A modal opens with a product search.</Step>

  <Step title="Select variant and quantity">
    The customer picks the variant and quantity they want to add.
  </Step>

  <Step title="Confirm or cancel">
    The customer confirms to add the item to the order, or cancels to close the
    modal.
  </Step>
</Steps>

## How payment is handled

When a customer adds an item, Shopify presents them with a **Pay now** prompt for the outstanding balance. The customer completes the payment before the item is added to the order. This is Shopify's default behavior for partially paid orders and is not something Editr controls.

## Settings

| Setting     | Description                   | Default    |
| ----------- | ----------------------------- | ---------- |
| Button text | The label shown on the button | "Add item" |

## Where it appears

The Add items block is available on the Order status page. Position it independently by dragging it in the editor.

## Related guides

* [Edit items block](/editr/guides/editing-options/edit-items)
* [Add-to-cart limit](/editr/guides/configuring-editr/add-to-cart-limit)
