> For the complete documentation index, see [llms.txt](https://help.recart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.recart.com/sms/abandoned-checkout.md).

# Automated Flows - Abandoned Checkout

Learn how to set up Abandoned Checkout and win back potential customers.

#### Table of Contents

* [What is Abandoned Checkout?](#what-is-ac)
* [Abandoned Checkout Flow](#ac-flow)
  * [Tips](#tips)
* [Abandoned Checkout Condition with Product Filter](#product-filter)
  * [Try it yourself](#try-yourself)
* [Important Notes](#important-notes)

***

### What is Abandoned Checkout?

Abandoned checkout occurs when a potential customer enters their delivery details on the checkout page but does not complete the purchase. This stage is distinct from an abandoned cart, where the customer has not yet entered any contact information or has not even reached the checkout page, but has items in the cart.

![Untitled-1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FvcDO4zPyMIymeiaF6Bwa%2Fabandoned-checkout-1.png?alt=media)

### Abandoned Checkout Flow

You can follow these easy steps to access your SMS abandonment flows, including Abandoned Checkout:

1. Under your “Home” page, click on “Automated Flows”.
2. Select “SMS Abandonment”.

![1a](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FcZqXXY9C80unG3qL5vZD%2Fabandoned-checkout-2.jpg?alt=media)

3. Click on "SMS Abandoned Checkout"

![SMS A Checkout -1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2F3X5KHhE0s8xwQ8mZe8rK%2Fabandoned-checkout-3.jpg?alt=media)

The abandoned checkout flow is designed specifically to re-engage customers who have provided their delivery details but have not finalized their purchase. This flow includes automated SMS reminders to encourage the completion of the purchase.

![Screenshot 2023-10-02 at 15.13.22](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FLMZudJSmG2PtZ9TJDRse%2Fabandoned-checkout-4.png?alt=media)

#### Tips:

* Consider making this flow more than one SMS message. Your customer is in your lowest sales funnel stage at checkout, it’s worth providing additional nudges if they haven’t purchased. You can time these messages to be sent so that the customer doesn’t feel they’re being bombarded, ideally with a one-day delay.
* The ideal condition for SMS delays would be to send the second SMS to customers who have not purchased anything and have not had another abandoned cart.
* A small discount (eg $10 off) in the last message can really encourage conversion

### Abandoned Checkout Condition with Product Filter

By including a conditional split that specifies the type of product after the initial trigger, this filter will allow for even more targeted re-engagement campaigns based on the specific products that were in the abandoned checkout. As an added bonus, you can also now segment subscribers based on the new "Abandoned Checkout" segment condition, which also includes a product filter.

**Follow the steps below:**

1. Click on “Automated Flows” → “SMS Abandonment” → “SMS Abandoned Checkout”
2. Click the + sign within the arrow to create a conditional split → click “Edit Conditional Split”
3. Click “Select Condition” → select “Abandoned Checkout
4. Click on “+ Product Filter”
5. Insert the product you would like filtered and close the editor
6. Link “Else” within the conditional split to the original SMS message
7. Link the product-specific condition to a new SMS message
8. Click on the message to open the editor → insert product-specific SMS message
9. Insert a link in the SMS Message → “Custom Link” → “Checkout Recovery Link” → “Insert Link”
10. Click “Update” to save your Abandoned Checkout flow

🎥 [Watch the video](https://play.hubspotvideo.com/v/4890437/id/145447380262)

#### ✨Try it for yourself here with our guided video 👇🏼

### Important Notes:

* The definition of "Abandoned Cart" now only includes scenarios where the delivery details are not filled in, making it distinct from “Abandoned Checkout”.
* Consequently, the criteria for the "Abandoned Cart" segment condition have been updated to reflect this change.
* Please note that this change is not retroactive, and no past data is available for abandoned checkouts. It only affects sessions that occur after the feature has been turned on.

Due to the way internet browsers operate, we can store your visitors' cookies for approximately 7 days from their last interaction with your site. An interaction includes any page load within the domain. This means that if visitors opt-in through our popup and return after a week, they may see the popup again. For our abandonment flows to continue working, they'll need to resubscribe, as these flows also rely on cookies. Rest assured, if they resubscribe, they won't be counted twice in our system.

If you have any questions, do not hesitate to [contact the Customer Support team.](https://help.recart.com/en/articles/360794-how-do-i-contact-recart-support)

####


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.recart.com/sms/abandoned-checkout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
