Abandoned checkouts are a major pain point for eCommerce stores—up to 70% of shoppers leave without completing their purchase. Fortunately, Shopify has a built-in abandoned checkout recovery email feature that can help recover lost sales.
In this guide, I’ll show you step-by-step how to enable abandoned cart emails, add a discount, and customize the email for better conversions.
Why Add a Discount to Abandoned Checkout Emails?
- Increases conversion rates – A limited-time discount creates urgency.
- No extra cost – Uses Shopify’s free built-in feature.
- Easy to set up – No coding or paid apps needed.
Step 1: Enable Abandoned Checkout Emails in Shopify
- Go to Shopify Admin → Settings → Checkout.
- Scroll down to “Abandoned checkout” under Email marketing.
- Select “Anyone who abandons checkout” (to send emails to all customers).
- Set the send time (recommended: 10 hours after abandonment).
- Click Save.
Step 2: Create a Discount Code for Recovery Emails
- Go to Shopify Admin → Discounts → Create discount.
- Choose “Amount off order” (or percentage).
- Enter a discount code (e.g.,
RECOVER10
). - Set the discount value (e.g., 10% off).
- Under “Usage limits”, select “Limit to one use per customer”.
- Click Save.
Step 3: Customize the Abandoned Checkout Email (Add Discount Code)
- Go back to Settings → Checkout → Abandoned checkout emails → Customize email.
- Locate the
<style>
section and add this CSS (for styling the discount box):
Add in <style>
.discount-code {
text-align: center;
font-size: 28px; /* Adjust as needed */
color: #333333; /* Or any color you prefer */
margin: 20px 0; /* Adjust spacing as needed */
padding: 10px;
background-color: #f8f8f8; /* Light background color */
border: 1px solid #dddddd; /* Optional border */
border-radius: 4px; /* Rounded corners */
font-family: Arial, sans-serif; /* Font style */
}
- Add above header row:
<div class="discount-code">
Your Special Discount Code: <strong><a href=" ">9MJWW2P55Y45</a></strong>
</div>
- Preview & Save to see the changes.
Step 4: Edit the Email Subject Line for Better Open Rates
- Change the default subject to something urgent & enticing, like:
- “Complete your order & get 10% OFF! (Expires soon!)”
- “Your cart is waiting! Extra 10% off if you checkout now!”
Final Result: How the Email Will Look
✅ Eye-catching discount section
✅ Clear call-to-action (CTA)
✅ Scarcity & urgency (“Valid for 3 days”)
Bonus: Extra Tips to Improve Recovery Rates
- Test different discount amounts (e.g., 5%, 10%, 15%).
- Add a deadline (e.g., “Offer expires in 48 hours”).
- Use a more aggressive subject line (e.g., “Last chance! Your cart is about to expire!”).
- Track performance in Shopify Analytics under “Abandoned checkouts”.
Conclusion
By adding a discount code to Shopify’s abandoned checkout emails, you can significantly boost recovery rates without spending money on apps.
5/5 - (5 votes)