# Selling Repeat Products during POS Checkout

With TAKU, it's now possible to convert any product during a sale in your POS into automated repeat orders, similar to the way that "Subscribe & Save" works during online checkout.

1. Go to **Sell** > **Sales Register**
2. When [adding products to the salesscreen](/pos/sales-and-returns/how-to-make-a-sale.md), simply ask your customer if they would like to put any of the items in the current sale into a standing order. Depending on your [Recurring Order Settings](/how-to-get-started/zone-settings/recurring-order-setup.md), you can incentive your customer by offering a small discount similar to "Subscribe & Save".
3. Make sure to [add an Account](https://help.takulabs.io/pos/sales-and-returns/how-to-make-a-sale#optional-adding-a-customer-to-the-transaction) to the salesscreen as a customer is required to enable the recurring functions.
4. Click on the dropdown to the left of the item which the customer would like to set up for auto-refill.

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

5. From the **Recurring?** dropdown, select the appropriate frequency. If the product has Usage Detail set up, Default Refill Frequency will be available in the dropdown. If the product has more than one “Default Refill Frequency” you will have to select the frequency name in the next field.

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

6. By default, the **Repeat?** field is set to ongoing (indefinite). If you wish to set up a limited number of repeats, choose one of the other options available.
7. To finish off the current sale and automatically create a "Commitment" for future orders, simply click the green Pay button to open the tender screen.
8. Whenever a sale has a Recurring product in it, an email will be required to send out Confirmation and Reminder notifications.
9. To securely save a card on file to apply to the future orders, a card terminal, manual entry or an existing saved card can be used. With TAKU Pay card terminals, cards are saved automatically as the **Save Card for Future Use** checkbox is enabled by default which securely vaults credit card details with encryption for safety.
10. Click **DONE** to finalize the current sale and to automatically create the Commitment. Besides any printed receipts, your customer will receive two emails. One for the current sale and one to confirm the terms of the Commitment.

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

{% hint style="info" %}
Note that PCI Compliance rules require that customers have the ability to cancel recurring payments on their own. With TAKU, customers can do this by clicking the link at the bottom of Confirmation Emails (see sample above) and confirming that they wish to cancel.
{% endhint %}


---

# 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/commitments-recurring-orders/selling-repeat-products-during-pos-checkout.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.
