# Creating Pre-Orders (Unpaid)

With TAKU, you can sell unpaid pre-orders of products for pick up at a future date

{% hint style="info" %}

1. Because credit card checks require payment integration, the Pre-Order function in TAKU is only available to stores that use our integrated TAKU Pay payment processing.

2. Any sale or order that is not fulfilled (e.g. picked up by the customer) at the time the transaction is created, will automatically appear under **Upcoming Orders** in the main navigation menu once the transaction is finalized. *Note that transactions in Upcoming Orders are always sorted by Outgoing Date for easier fulfillment.*

3. All sales or orders that need to be fulfilled (e.g. not taken by the customer at the time the transaction is created) will require an **Account** to be associated. This is to make sure that there is a customer associated to the transaction and that there is a way to contact the customer.
   {% endhint %}

4. Navigate to **Sell** > **Sales Register**

<figure><img src="/files/pS8swYJHJYQXtk7FBy60" alt=""><figcaption></figcaption></figure>

2. To switch to **Pre-Orders**, click on **SALES** located at the top left and select Pre-Orders. The header will now show PRE-ORDERS.

<figure><img src="/files/0K6x7McSnf2IZBPlV32p" alt=""><figcaption></figcaption></figure>

3. Add a customer Account to the transaction.
4. Add products to the pre-order the same as you would during a regular sale. Click [**here**](/pos/sales-and-returns/how-to-make-a-sale.md) to learn more about how to use the TAKU salesscreen.
5. Please enter the outgoing date on which the customer will receive the item.

<figure><img src="/files/hqRHgtGgIvxsTtEoQlOM" alt=""><figcaption></figcaption></figure>

6. Click the **Pay** green button to open the tender screen
7. At this point, you will have two options to finish or finalize this pre-order.
   1. Click the **DONE** button to finish the pre-order *without a credit card check*.
   2. To do a credit card check and save the card, select one of the integrated credit card payment tender buttons (including integrated Terminal, Manual Entry or Saved Card). The card being used will be authorized for $0.50 and then immediately cancelled. This check is done only to verify the validity of the card being used and will not charge anything to the customer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.takulabs.io/pos/sales-and-returns/creating-pre-orders-unpaid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
