How a checkout becomes abandoned
Kelviq marks a checkout as abandoned when all of the following are true:- The checkout was created at least one hour ago.
- Its status is
openorprocessing. - The customer has not touched it in the last 30 minutes.
Reminder schedule
All timings are measured from when the checkout session was created.
The background jobs that send these run hourly, so an email can arrive up to an hour after its nominal time.
The reminders are sequential. The second email is only sent after the first, and the third only after the second. Each email includes a Return to checkout link that takes the customer back to their session, and each send is recorded so a customer is never emailed twice for the same step.
The subject lines are:
You left {productName} in checkoutStill interested in {productName}?Last reminder about your {productName} checkout
What happens at expiration
Four days after creation, an unpaid checkout expires:- The checkout status becomes
expiredand its payment status becomescanceled. - The recovery link in earlier emails stops working.
- No further reminders are sent.
Turning it off and on
Use the Abandoned cart recovery toggle in Settings → Notifications to control the feature for your whole organization.- Turning it off stops future reminder emails. Emails that were already sent cannot be recalled.
- Turning it back on resumes eligible reminders for checkouts that have not yet expired.
The reminder timing and email content are fixed. There is currently no option to change the schedule, resend a reminder manually, or exclude individual checkouts.
open or processing state until the customer returns and pays or the session expires.